-
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.
Merge pull request #6 from HudsonAlpha/bitvector_updates
Bitvector updates * includes removal of match statement in the rank calls * includes updates to needletail and triple_accel * includes other relatively minor optimizations and refactoring
- Loading branch information
Showing
9 changed files
with
316 additions
and
207 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fmlrc" | ||
version = "0.1.2" | ||
version = "0.1.3" | ||
authors = ["holtjma <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -20,12 +20,12 @@ exitcode = "1.1.2" | |
flate2 = "1.0.14" | ||
libmath = "0.1.4" | ||
log = "0.4.8" | ||
needletail = "0.3.2" | ||
needletail = "0.4.0" | ||
serde_json = "1.0.58" | ||
subprocess = "0.2.4" | ||
tempfile = "3.1.0" | ||
threadpool = "1.7.1" | ||
triple_accel = "0.3.0" | ||
triple_accel = "0.3.4" | ||
|
||
[dev-dependencies] | ||
criterion = "0.3" | ||
|
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.