DarkOtter / indexed-bitvec-rs

A rust library providing an indexed bitvector with (hopefully) fast rank and select operations.
Apache License 2.0
3 stars 0 forks source link

Switch to using proptest rather than quickcheck #3

Open DarkOtter opened 6 years ago

DarkOtter commented 6 years ago

This should provide better assurances, as so many of the test cases here might deal with large-ish inputs which will be helped by the automatic repeating of failing test cases.

DarkOtter commented 4 years ago

This is currently addressed in the v5 branch