Skip to content

Commit

Permalink
Update README.md - add Apache Pulsar to users of the library (Roaring…
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari authored Sep 27, 2024
1 parent 933b441 commit 11f3bef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ This library is used by
* [SirixDB](https://sirix.io)
* [EvitaDB](https://evitadb.io/)
* [Apache Iceberg](https://iceberg.apache.org/)
* [Apache Pulsar](https://pulsar.apache.org/)


The YouTube SQL Engine, [Google Procella](https://research.google/pubs/pub48388/), uses Roaring bitmaps for indexing. [Apache Lucene](http://lucene.apache.org/) uses Roaring bitmaps, though they have their own [independent implementation](https://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/lucene/core/src/java/org/apache/lucene/util/RoaringDocIdSet.java?view=markup&pathrev=1629606). Derivatives of Lucene such as Solr and Elastic also use Roaring bitmaps.
Expand Down

0 comments on commit 11f3bef

Please sign in to comment.