awesome-repositories.comCategoriesBlog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
RoaringBitmap avatar

RoaringBitmap/roaring

0
View on GitHub↗
2,896 stars·258 forks·Go·Apache-2.0·4 viewsroaringbitmap.org↗

Roaring

Roaring bitmaps in Go (golang), used by InfluxDB, Bleve, DataDog

Features

  • Data Structures - Compressed bitset implementation for memory efficiency.
  • Data Structures - Compressed bitmap implementation.

Star history

Star history chart for roaringbitmap/roaringStar history chart for roaringbitmap/roaring

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Roaring

Similar open-source projects, ranked by how many features they share with Roaring.
  • arximboldi/immerarximboldi avatar

    arximboldi/immer

    2,854View on GitHub↗

    Postmodern immutable and persistent data structures for C++ — value semantics at scale

    C++
    View on GitHub↗2,854
  • bits-and-blooms/bitsetbits-and-blooms avatar

    bits-and-blooms/bitset

    1,505View on GitHub↗

    Go package implementing bitsets

    Go
    View on GitHub↗1,505
  • alandefreitas/smallalandefreitas avatar

    alandefreitas/small

    150View on GitHub↗

    C++ small containers

    C++
    View on GitHub↗150
  • bits-and-blooms/bloombits-and-blooms avatar

    bits-and-blooms/bloom

    2,791View on GitHub↗

    Go package implementing Bloom filters, used by many important systems

    Go
    View on GitHub↗2,791
See all 30 alternatives to Roaring→

Frequently asked questions

What does roaringbitmap/roaring do?

Roaring bitmaps in Go (golang), used by InfluxDB, Bleve, DataDog

What are the main features of roaringbitmap/roaring?

The main features of roaringbitmap/roaring are: Data Structures.

What are some open-source alternatives to roaringbitmap/roaring?

Open-source alternatives to roaringbitmap/roaring include: bits-and-blooms/bitset — Go package implementing bitsets. cameron314/concurrentqueue — ConcurrentQueue is a header-only C++ template library that provides a lock-free data structure for multi-producer… alandefreitas/small — C++ small containers. arximboldi/immer — Postmodern immutable and persistent data structures for C++ — value semantics at scale. bits-and-blooms/bloom — Go package implementing Bloom filters, used by many important systems. deckarep/golang-set — This project is a set theory library for Go that provides a data structure for storing unique elements of any…