-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MRG: add
Manifest::intersect_manifest
to Rust core (#3305)
This PR implements `Manifest::intersect_manifest` and `Collection::intersect_manifest` for the Rust layer, which is needed to support standalone manifests over in sourmash-bio/sourmash_plugin_branchwater#430. As part of this, the PR implements `Eq` and `Hash` traits for `Record` so that `HashSet` can be used for efficient intersections. Related PRs: * sourmash-bio/sourmash_plugin_branchwater#430
- Loading branch information
Showing
2 changed files
with
135 additions
and
1 deletion.
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