-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MRG: refactor the internal Rust API to support container-level functi…
…onality (#569) * refactor CSV output for fastgather/fastmultigather to use mpsc * cargo fmt * tests mostly pass * fix skipmer test * upd comment * black * switch to min_max_scaled for rocksdb * black * ensure overlap is > 0 * rm print * cleanup * fix clippy messages about too-complex returns * cargo fmt * separate out Rust API changes from #552 * upd overlap * fix * fix * remove remaining Box/error stuff * remove remaining join => Err * clean up error handling a bit * refactor out loading of sketches * fix tests * update docs * upd * break test again * do heinous dev stuff * fix fix comment * upd * upd * do not require -o after all * fix for crate_empty_results * fmt * remove @ctb notes * remove obligatory clone from Rust layer
- Loading branch information
Showing
13 changed files
with
268 additions
and
161 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
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.