Skip to content

Releases: PsiACE/bitsvec

bitsvec v0.1.1

15 Feb 09:45
0bb74b4
Compare
Choose a tag to compare

A bit vector with the Rust standard library's portable SIMD API.

  • support u64x8
  • benchmark with other simd bitvec
  • more clarity

bitsvec v0.1.0

13 Feb 14:19
dbfbbe3
Compare
Choose a tag to compare

A bit vector with the Rust standard library's portable SIMD API.

  • no std
  • portable SIMD with core::simd