Skip to content

An experiment implementing Roaring Bitmaps in a managed language

License

Notifications You must be signed in to change notification settings

petersondrew/RoaringBitmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Languages