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
- Host: GitHub
- URL: https://github.com/thsutton/rawr
- Owner: thsutton
- License: bsd-3-clause
- Created: 2015-03-21T02:27:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-10-16T06:11:18.000Z (almost 8 years ago)
- Last Synced: 2025-03-28T07:02:51.617Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 59.6 KB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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