1
0
Fork
You've already forked stringology
0
No description
  • Rust 100%
2024年06月11日 22:01:25 +02:00
benches add benchmark 2024年05月09日 20:52:49 +02:00
src start with range minimum queries 2024年06月11日 22:01:25 +02:00
.gitignore set up 2024年02月08日 01:15:29 +01:00
Cargo.lock start with range minimum queries 2024年06月11日 22:01:25 +02:00
Cargo.toml start with range minimum queries 2024年06月11日 22:01:25 +02:00
LICENSE update my name 2024年03月12日 21:59:01 +01:00
README.md mention benchmarks 2024年05月09日 20:55:14 +02:00

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 

License

LGPL-3.0-only