#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

#1980 in Algorithms

Download history 115/week @ 2023-12-04 271/week @ 2023-12-11 290/week @ 2023-12-18 90/week @ 2023-12-25 140/week @ 2024-01-01 215/week @ 2024-01-08 208/week @ 2024-01-15 280/week @ 2024-01-22 215/week @ 2024-01-29 274/week @ 2024-02-05 287/week @ 2024-02-12 220/week @ 2024-02-19 241/week @ 2024-02-26 320/week @ 2024-03-04 301/week @ 2024-03-11 309/week @ 2024-03-18

1,177 downloads per month
Used in 16 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