Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HashTable Performance #7

Open
SebastianSchlag opened this issue Oct 21, 2016 · 1 comment
Open

HashTable Performance #7

SebastianSchlag opened this issue Oct 21, 2016 · 1 comment
Assignees

Comments

@SebastianSchlag
Copy link
Member

SebastianSchlag commented Oct 21, 2016

Since we have a very good hash table implementation inhouse we should give it a try.
@yarchi Could you try using Tobias' https://github.com/TooBiased/growt/blob/master/data-structures/seqcircular.h instead of your implementation to see whether we gain anything by using
his linear probing table? This could also be a replacement for the std::set we currently use in your code

@SebastianSchlag
Copy link
Member Author

@yarchi Any news here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants