roaring-bitmap
roaring-bitmap copied to clipboard
Load without copy?
Current code makes a copy of the data upon import. In the case where the data comes from disk, this would render memory-file mapping useless.
It makes a copy because the structure is mutable after construction. An immutable/const version would be useful for memory-mapped data.