| Crates.io | libsufr |
| lib.rs | libsufr |
| version | 0.7.12 |
| created_at | 2024-09-25 18:52:09.062645+00 |
| updated_at | 2025-02-27 18:21:44.432585+00 |
| description | Parallel Construction of Suffix Arrays in Rust |
| homepage | |
| repository | https://github.com/TravisWheelerLab/sufr |
| max_upload_size | |
| id | 1386564 |
| size | 214,111 |
See https://docs.rs/libsufr/latest/libsufr/ for API documentation.
This is a Rust library crate for creating suffix arrays.
The basic ideas are as follow:
u8 (unsigned 8-bit integer values).Some advantages to this algorithm:
u8 for the input text and 32-bits (when possible) for SA/LCP results in lower memory usage.See the repository for documentation: https://github.com/TravisWheelerLab/sufr
Use cargo install sufr for a CLI.