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

Investigate using the hashbrown raw table API #4

Open
lopopolo opened this issue Jul 14, 2020 · 0 comments
Open

Investigate using the hashbrown raw table API #4

lopopolo opened this issue Jul 14, 2020 · 0 comments
Labels
A-data-structure Area: StHashMap and StHashSet. A-deps Area: Source and library dependencies. A-hash-table Area: st_table. S-speculative Status: This is just an idea.

Comments

@lopopolo
Copy link
Member

https://docs.rs/hashbrown/0.8.0/hashbrown/raw/index.html

This module does not use Hasher and allows free hasher and equality functions to be used (and for an Artichoke or Ruby interpreter to interpose on hashing).

@lopopolo lopopolo added S-speculative Status: This is just an idea. A-hash-table Area: st_table. A-deps Area: Source and library dependencies. A-data-structure Area: StHashMap and StHashSet. labels Jul 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-data-structure Area: StHashMap and StHashSet. A-deps Area: Source and library dependencies. A-hash-table Area: st_table. S-speculative Status: This is just an idea.
Development

No branches or pull requests

1 participant