Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 810 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 810 Bytes

RoaringBitmap

A managed implementation of RoaringBitmap, intended to be API compatible with Auralytical/CRoaring.Net

Description

Mostly this is an exercise in bit-twiddling and exploration of Roaring Bitmaps and the practicality (or lake thereof) of implementing them in a managed language like C#.

This is an experiment and not production-ready, yada yada. I won't tell you what to do, but use at your own peril. You probably want to use CRoaring or one of its wrappers instead.

References