Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Specialized containers #14

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Specialized containers #14

wants to merge 3 commits into from

Conversation

massudaw
Copy link

Extend the library to support selecting the type of the container user per index. This allows using specialized containers like IntMap for newtypes of Int, HashMap for Text like types and any other kind of KV container

This is also significantly faster then using Map k a, naive microbenchmarks show 50% improvements on update, alter and 30% lookup

Wesley Massuda added 3 commits June 9, 2020 16:35
Add more inline

specialize fromlist

inline more from list

Inline more
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant