Skip to content

Commit 3d33580

Browse files
authored
docs: improve README link
1 parent 0fd5d88 commit 3d33580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Please consult the [documentation] and the [examples](./examples) for more detai
3838

3939
## Performance and benchmarks
4040

41-
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] for details.
41+
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

4343
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).
4444

0 commit comments

Comments
 (0)