-
Notifications
You must be signed in to change notification settings - Fork 111
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
the speed for set is really really really low #50
Comments
修改下即可
} |
The proper fix would be an improvement of the search algorithm in |
What about a skiplist? |
I can confirm this. I benchmark with around 1M keys in https://github.com/s0lesurviv0r/go-concurrent-map-bench and I haven't been able to add this library as it timed out (10 minutes) |
try the patch
|
the size bigger,the speed lower!!!!
for different keys
1000 = 1ms
10000 = 200ms
100000 = 129000ms
only suit for small size map
The text was updated successfully, but these errors were encountered: