Skip to content

Interleaved Bit Vectors

Compare
Choose a tag to compare
@holtjma holtjma released this 26 Feb 16:54
· 39 commits to master since this release
5fc230f

Primary change is in bit vector representation:

  • Replaces the separate bit vectors used for storing bits and counting ranks with an interleave block format
  • The results are identical to v0.1.3, but reduces the runtime by approximately 5-10% in tests due to co-location of memory