No description
- Rust 100%
| benches | add benchmark | |
| src | start with range minimum queries | |
| .gitignore | set up | |
| Cargo.lock | start with range minimum queries | |
| Cargo.toml | start with range minimum queries | |
| LICENSE | update my name | |
| README.md | mention benchmarks | |
stringology
This crate aims to be a collection of several algorithms from the field of stringology.
The project is not finished, more features will be added in the future.
At the moment, stringology offers algorithms on the following topics:
- pattern matching
- suffix arrays
Benchmarks
stringology uses criterion for benchmarking.
To execute the benchmarks run
cargo bench