Rand Stats

CRoaring

zef:apogee
Revision history for CRoaring

0.1.3  2026-04-07T19:46:26+01:00
    - Fixed Windows build: cd to vendor dir before cl/link so .obj files are co-located

0.1.2  2026-04-07T19:39:47+01:00
    - Fixed Windows DLL symbol exports using .def file + separate compile/link
    - Build.rakumod uses two-step cl/link on Windows for correct /DEF: handling

0.1.1  2026-04-07T19:29:18+01:00
    - Added Windows CI support using MSVC via compnerd/gha-setup-vsdevenv

0.1.0  2026-04-07T18:40:37+01:00
    - Initial release
    - NativeCall bindings for CRoaring compressed bitmaps
    - Vendored C amalgamation with Build.rakumod
    - Set operations: and, or, xor, andnot
    - Bulk operations: add-many, from-array, from-range
    - Pagination: select, slice, slice-reverse
    - Serialization: portable format serialize/deserialize
    - C helpers: radix sort, merge, dedupe, bitmap-based remove
    - Deterministic dispose + GC-based DESTROY