petersondrew / RoaringBitmap

An experiment implementing Roaring Bitmaps in a managed language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An experiment implementing Roaring Bitmaps in a managed language

License:MIT License


Languages

Language:C# 100.0%