-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: cache mappers, avoid allocations, codons are arrays (#172)
* fix: use array instead of Vec for Codon representation * don't allocate until necessary * reduce usage of lazy_static, use consts instead where possible, copy instead of reference lookup tables * cache calls to alignment::Mapper::new * rely on seqrepo-rs with cloneable Error * fmt * implement data_version and schema_version for mock Provider in tests * update seqrepo to v0.10.2 * shorter Arc::new error wrapping * clippy lints * clippy lints * do not run doctests for sequence.rs generators * workaround ignore in doctest by using stringify, see rust-lang/rust/issues/87586
- Loading branch information
Showing
13 changed files
with
872 additions
and
759 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.