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

Maybe use a faster map for the utilities? #8

Open
Convery opened this issue Jan 25, 2018 · 0 comments
Open

Maybe use a faster map for the utilities? #8

Convery opened this issue Jan 25, 2018 · 0 comments
Labels

Comments

@Convery
Copy link
Member

Convery commented Jan 25, 2018

While the plugins aren't doing anything performance-critical, and will probably implement their own utilities if they do: a little performance improvement for 500 plugins can have a nice impact. We should thus consider if we want to ship with a drop-in replacement for std::unordered_map, like flat_hash_map.

std::unordered_map   - 0m5.1s
ska::flat_hash_map   - 0m2.7s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant