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

External-memory roaring data structure #378

Open
AskAlexSharov opened this issue Dec 29, 2022 · 2 comments
Open

External-memory roaring data structure #378

AskAlexSharov opened this issue Dec 29, 2022 · 2 comments

Comments

@AskAlexSharov
Copy link
Contributor

Hello.
I know that FromBuffer/FrozenView methods allow read from MMAP-file.
But how to create such MMAP-file in roaring format: i f my bitmap > RAM? (or if I would like enforce some RAM usage limit)

@lemire
Copy link
Member

lemire commented Dec 29, 2022

Currently, there is no external-memory roaring data structure in this project. If you'd like to contribute one, it would be great.

@lemire lemire changed the title Is it possible create (write) bitamp > RAM? External-memory roaring data structure Dec 29, 2022
@AskAlexSharov
Copy link
Contributor Author

  • or full-featured 'external-memory' data structure
  • or just some writer which can write "append-only" bitmap in frozen format to bufio.Writer

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

2 participants