#suffix #search #index #saca

sacabase

Base types and functions for suffix arrays and longest substring search

2 stable releases

2.0.0 Nov 23, 2019
1.0.0 Nov 16, 2019

#2013 in Algorithms

Download history 177/week @ 2024-01-05 218/week @ 2024-01-12 276/week @ 2024-01-19 256/week @ 2024-01-26 231/week @ 2024-02-02 265/week @ 2024-02-09 269/week @ 2024-02-16 229/week @ 2024-02-23 288/week @ 2024-03-01 302/week @ 2024-03-08 335/week @ 2024-03-15 332/week @ 2024-03-22 290/week @ 2024-03-29 434/week @ 2024-04-05 368/week @ 2024-04-12 348/week @ 2024-04-19

1,481 downloads per month
Used in 17 crates (5 directly)

MIT license

7KB
167 lines

sacabase

Base types and functions for suffix arrays.

These are meant to be used when implementing a SACA in Rust, to make substring search easy.

Dependencies

~155KB