-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Non-string map keys #6991
Comments
I'm interested in working on this, anyone else? I think the key type would need * actually the general-purpose hash is probably enough. |
Beware non-string maps will amplify the undefined behavior of |
I'm working on making I've spoken to @ka-weihe on Discord and he suggested a good optimization when there are no deleted keys, so my work will be compatible with that. |
Speaking of optimization, the check for existence in a "static" map ( |
@dumblob that is correct and I think we will eventually do that optimization along with a huge list of other optimizations, but right now the focus is strictly on non-string keys 🙂 |
DenseArray is now string-free. I'm working on encapsulating the other operations on a key with functions taking voidptr. |
This has been implemented afaik |
No description provided.
The text was updated successfully, but these errors were encountered: