-
Notifications
You must be signed in to change notification settings - Fork 155
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
Added the Compact data modules #2520
Conversation
…to 'bitsPerSegment'.
…ictness ! to Two and One, wrote a bulk insertion.
9b283cc
to
3ed31b6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is still work in progress, but is already functional and shows really good results with respect to reducing memory overhead when comparing to Data.Map.Strict
from containers
. We still need to add tests and reduce clutter by removing unused code. We will continue improving this compact-map
package. However, considering that it is not being used by any other packages it is already safe to merge it in, despite its WIP state.
Some new data structures to be used instead of Data.Map
Take advantage of some properties