antiguru/column-rs

Support fast deletion of columnar elements

antiguru opened this issue · 1 comments

Add a bitmap to the columnar type to indicate which indices contain life elements. Add support for filter/retain to directly work on the bitmap, also for the iterators.

This has been implemented in columnar/bitmap.rs. Closing this issue.