An open API service indexing awesome lists of open source software.

https://github.com/thsutton/rawr

Roaring bitmaps in Haskell
https://github.com/thsutton/rawr

Last synced: over 1 year ago
JSON representation

Roaring bitmaps in Haskell

Awesome Lists containing this project

README

          

Rawr
====

[![Build Status][3]][2]

This is an implementation of the [roaring bitmaps][1] data structure in
Haskell. Roaring bitmaps is a compressed bitmap data structure which offers
better compression and performance than other compressed bitmaps in many
situations.

[1]: http://www.roaringbitmap.org/
[2]: https://travis-ci.org/thsutton/rawr
[3]: https://travis-ci.org/thsutton/rawr.svg?branch=master