Thanks to visit codestin.com
Credit goes to github.com

Skip to content

EdenLabs/rusting_bitmaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusting Bitmaps

Rusting Bitmaps is a native Rust port of Roaring Bitmaps based on CRoaring.

Differences

Rusting Bitmaps is a loose port of CRoaring with a few differences

  • An idiomatic and safe Rust API
  • Additional optimizations (particularly around inplace operations)
  • Custom allocator support

Future Ideas

  • See about implementing an inverted array for dense sets
  • Implement tests

About

A native rust port of Roaring Bitmaps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages