#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

#1953 in Algorithms

Download history 320/week @ 2024-03-04 301/week @ 2024-03-11 309/week @ 2024-03-18 347/week @ 2024-03-25 335/week @ 2024-04-01 468/week @ 2024-04-08 319/week @ 2024-04-15 432/week @ 2024-04-22 682/week @ 2024-04-29 490/week @ 2024-05-06 629/week @ 2024-05-13 739/week @ 2024-05-20 399/week @ 2024-05-27 773/week @ 2024-06-03 677/week @ 2024-06-10 802/week @ 2024-06-17

2,684 downloads per month
Used in 19 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