roaring-rs icon indicating copy to clipboard operation
roaring-rs copied to clipboard

Make proptests generic over `BitSetValueTree`

Open saik0 opened this issue 3 years ago • 1 comments

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!

saik0 avatar Feb 11 '22 23:02 saik0

@Kerollmops @josephglanville

Would this help your work in #66?

saik0 avatar Feb 11 '22 23:02 saik0