kreeben / resin

Vector space index based search engine that's available as a HTTP service or as an embedded library.
MIT License
568 stars 40 forks source link

Does this project use RoaringBitmap? #72

Open sgf opened 1 month ago

sgf commented 1 month ago

I heard that there is a very famous bitmap structure in the Java community, RoaringBitmap. Does this project use this structure? Is this structure valuable?