https://github.com/modulovalue/roaring_dart
Dart CRoaring bindings.
https://github.com/modulovalue/roaring_dart
Last synced: 3 months ago
JSON representation
Dart CRoaring bindings.
- Host: GitHub
- URL: https://github.com/modulovalue/roaring_dart
- Owner: modulovalue
- Created: 2023-07-29T15:10:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-20T07:47:30.000Z (7 months ago)
- Last Synced: 2026-01-02T23:18:23.042Z (7 months ago)
- Language: C
- Homepage:
- Size: 404 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# roaring_dart
CRoaring bindings to Dart
WIP.
The bitsets in CRoaring weren't as fast as I hoped they'd be.
FFI performance is still being worked on (it's already excellent, but no link time optimization and no inlining across ffi bounds is unfortunate).