DarkOtter / indexed-bitvec-rs

A rust library providing an indexed bitvector with (hopefully) fast rank and select operations.
Apache License 2.0
3 stars 0 forks source link

Implement heapsize #20

Closed DarkOtter closed 5 years ago

DarkOtter commented 5 years ago

Adds an implementation of HeapSizeOf, hidden behind a feature flag to avoid extra dependencies.