Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: cache mappers, avoid allocations, codons are arrays #172

Merged
merged 15 commits into from
Jun 10, 2024
Merged
Prev Previous commit
Next Next commit
rely on seqrepo-rs with cloneable Error
  • Loading branch information
tedil committed May 8, 2024
commit 7b9a3ecdb5978b26f19b1b6d365537adb236eab1
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ postgres = { version = "0.19", features = ["with-chrono-0_4"] }
quick_cache = "0.4"
regex = "1.7"
rustc-hash = "1.1"
seqrepo = { version = "0.10", features = ["cached"] }
seqrepo = { git = "https://github.com/varfish-org/seqrepo-rs", rev = "7d8824a0f600e72296aa7e9e5c5143cdba7e1234", features = ["cached"] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0"
Expand Down
Loading