RoaringBitmap / roaring-rs

A better compressed bitset in Rust

Home Page:https://docs.rs/roaring/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make proptests generic over `BitSetValueTree`

saik0 opened this issue · comments

commented

Then we get the same test suite for free on

  • RoaringTreemap
  • Store
  • ArrayStore
  • BitmapStore
  • RunStore (future) #12

AND we'd be able to add new generator/shink strategies, for example generating two Stores such that lhs is a RunStore and rhs is an ArrayStore, we could trivially test set ops for every combination!

commented

@Kerollmops @josephglanville

Would this help your work in #66?