Skip to content

Commit

Permalink
Add note on bitvec vs bitsvec (which uses simd)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cypher1 committed Sep 15, 2024
1 parent 729b707 commit 179e3fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions takolib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ path = "src/lib.rs"
[dependencies]
thiserror = "1.0"
bitvec = "1"
# TODO(perf): Use bitsvec = "0.1.1" when portable_simd is on stable.
log = "0.4"
pretty_assertions = "1.0"
futures = "0.3"
Expand Down

0 comments on commit 179e3fd

Please sign in to comment.