Skip to content

Commit

Permalink
update stream-vbyte for decode performance
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed Mar 22, 2024
1 parent 6dd7ae1 commit a3fe6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "src/main.rs"
[dependencies]
rust-htslib = { version = "0.38.2", features = ["libdeflate", "static"] }
#bitpacking = "0.8.4"
stream-vbyte = { version = "0.4.0", features = ["x86_ssse3", "x86_sse41"] }
stream-vbyte = { version = "0.4.1", features = ["x86_ssse3", "x86_sse41"] }
clap = { version = "~2.27.0", features = ["suggestions"] }
c2rust-bitfields = "0.3.0"
libc = "*"
Expand Down

0 comments on commit a3fe6a7

Please sign in to comment.