An open API service indexing awesome lists of open source software.

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.

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).