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 f27bf94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.2.1 (dev)
============
+ bump stream-vbyte for performance annotating

v0.2.0
======
+ skip non ACGT alts (@migbro #39)
Expand Down
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 f27bf94

Please sign in to comment.