Skip to content

Commit d7349e5

Browse files
authored
Update README.md
1 parent 5b20918 commit d7349e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ Please consult the [documentation] and the [examples](./examples) for more detai
4040

4141
This library only adds a few safety checks, which should not impact performance in a relevant way. A notable exception is the suffix array construction for `i32` and `i64` inputs. Please consult the [documentation](https://docs.rs/libsais/latest/libsais/suffix_array/index.html#large-alphabets) for details.
4242

43-
Below are the results of a small benchmark of suffix array construction algorithms available on [crates.io](https://crates.io). The input was the human genome, truncated to 2 GB. Details about this benchmark can be found [here](https://github.com/feldroop/benchmark_crates_io_sacas).
43+
Below are the results of a small benchmark of suffix array construction algorithms available on [crates.io](https://crates.io). The input was the human genome, truncated to 2 GB. Details about this benchmark can be found [here](https://github.com/feldroop/crates-io-saca-benchmark).
4444

4545
The excellent performance of [`libsais`] is one of the main reasons why this API wrapper crate was created.
4646

47-
<img src="https://raw.githubusercontent.com/feldroop/benchmark_crates_io_sacas/refs/heads/master/plot/plot.svg" />
47+
<img src="https://raw.githubusercontent.com/feldroop/crates-io-saca-benchmarks/refs/heads/master/plot/plot.svg" />
4848

4949
[`libsais`]: https://github.com/IlyaGrebnov/libsais
5050
[documentation]: https://docs.rs/libsais/latest/libsais/

0 commit comments

Comments
 (0)