Revision history for Roaring::Tags
0.1.1 2026-04-07T19:40:38+01:00
- Added Windows CI support via MSVC
- Fixed AND/OR precedence: AND (comma) now binds tighter than OR
- Universe bitmap shrinks on untag/untag-many/remove-value
- Fixed ghost entries in croaring_remove_docs_from_index (bitmap lookup)
- query() now returns owned clones, not live bitmaps
- Exception-safe bitmap cleanup in query execution
0.1.0 2026-04-07T18:47:18+01:00
- Initial release
- Boolean, categorical, and numeric tag support
- Raku grammar query parser with OR, parentheses, negation
- Execution planner with smallest-first optimization
- Universe bitmap for negative-only queries
- NumericIndex with C-accelerated radix sort and bitmap-based remove
- Directory-based persistence (save/load)
- Query explain for debugging