# lemire/ewahboolarray

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/lemire-ewahboolarray).**

459 stars · 85 forks · C++ · NOASSERTION

## Links

- GitHub: https://github.com/lemire/EWAHBoolArray
- Homepage: http://lemire.github.io/EWAHBoolArray/
- awesome-repositories: https://awesome-repositories.com/repository/lemire-ewahboolarray.md

## Description

The class EWAHBoolArray is a compressed bitset data structure. It supports several word sizes by a template parameter (16-bit, 32-bit, 64-bit). You should expect the 64-bit word-size to provide better performance, but higher memory usage, while a 32-bit word-size might compress a bit better, at…

## Tags

### Part of an Awesome List

- [Embedded Projects](https://awesome-repositories.com/f/awesome-lists/devtools/embedded-projects.md) — Bitmap compression algorithm implementation.
