https://github.com/modulovalue/roaring_dart
Dart CRoaring bindings.
https://github.com/modulovalue/roaring_dart
Last synced: 2 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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-29T15:16:54.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T12:48:08.518Z (4 months ago)
- Language: C
- Homepage:
- Size: 259 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 DartWIP.
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).