Still in beta, so possible minor API changes ... but our Suffix Array library (in Rust) is ready for business. Builds on lovely ideas in CaPS-SA from @robp.bsky.social.
Low mem construction. Spaced seeds. Optional crazy-low-mem search. More info on the horizon.
Low mem construction. Spaced seeds. Optional crazy-low-mem search. More info on the horizon.
Reposted from
Ken Youens-Clark
I've pushed a new version of Sufr, a #Rust implementation for fast parallel creation and searching of a suffix array. This release includes support for spaced seeds and searches requiring almost no RAM.
crates.io/crates/sufr
crates.io/crates/sufr
Comments