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

reducing memory usage further #13

Open
ekg opened this issue Apr 25, 2019 · 0 comments
Open

reducing memory usage further #13

ekg opened this issue Apr 25, 2019 · 0 comments

Comments

@ekg
Copy link
Owner

ekg commented Apr 25, 2019

In the dmultimap, we use a bitvector to delimit sorted records and support rank/select queries.

Could the memory requirements for this be reduced if it were also built from disk backed structures, such as using https://github.com/stxxl/stxxl?

Once compressed, it is likely to be relatively small.

Another option would be to use DYNAMIC to build it in compressed space. This might have lower performance, but would be equivalent in terms of saving memory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant