Open notbdu opened 5 years ago
Add a Snapshot API to the roaring bitmap impl. The snapshot should not copy the underlying data but rather point to it.
Snapshot
This is so that we don't have to copy the bitmap during reads of the mutable data segment.
Add a
Snapshot
API to the roaring bitmap impl. The snapshot should not copy the underlying data but rather point to it.This is so that we don't have to copy the bitmap during reads of the mutable data segment.