Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fix: sampled suffix array (#447)
* Fixed sampled suffix array sentinels bug and added more tests * Serde derive for sampled suffix array * Cargo fmt * Clarified comments * Allow Occ to be clonable * Make fm index accessible in sampled suffix array * Added unsafe fmd index contruction useful for special cases * Added random test cases
- Loading branch information
1 parent
125bf20
commit 00f9846
Showing
3 changed files
with
250 additions
and
141 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
Oops, something went wrong.