Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use BitVectors instead of a mismash of bitvector.c and ad-hoc Julia code. * Invert the complement IntSet semantics. Instead of filling ones outside the range of the IntSet, simply reverse what a set bit means. * For mathematical functions (intersect, union, etc.), use BitVector functions to work 64 bits at a time instead of working bit-by-bit. * Increase test-coverage to 100%
- Loading branch information