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

Horrible scalability of my experiment #152

Open
Jiboxiake opened this issue Dec 26, 2022 · 1 comment
Open

Horrible scalability of my experiment #152

Jiboxiake opened this issue Dec 26, 2022 · 1 comment

Comments

@Jiboxiake
Copy link

I have an experiment testing scalability of hash maps under a certain workload.
https://github.com/Jiboxiake/Concurrent-Hashmap-Experiments
In the Global.hpp I control how many worker threads (readers and writers and hashmaps) I have. Libcuckoo's hash map performs OK with fewer than 16 threads but works extremely bad with more than that. I'm wondering if this is a bug or I did something wrong. You can find my experiment in Libcuckoo_Benchmark.hpp.

Thanks.

@Jiboxiake
Copy link
Author

The experiment result is here:
Libcuckoo Value.xlsx

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

No branches or pull requests

1 participant