Skip to content

Commit 422db40

Browse files
authored
Merge pull request #171 from Rust-Data-Science/wip-fix-bench-link
fix benchmark link
2 parents 2526f27 + 2e9b0fa commit 422db40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Performance
2727
- same level efficient on the ``integer`` array,
2828
- and a bit slower on the ``floating`` array.
2929

30-
Faster than Numpy is not the target of writing this repo, because they are just two different libraries. Ulist is more focused on general domain rather than just data science/machine learning/AI, for example the Linear Algebra Computation is not provided. But if you are curious about the performance, please see the `benchmarking results <https://github.com/tushushu/ulist/blob/main/benchmark.md>`__.
30+
Faster than Numpy is not the target of writing this repo, because they are just two different libraries. Ulist is more focused on general domain rather than just data science/machine learning/AI, for example the Linear Algebra Computation is not provided. But if you are curious about the performance, please see the `benchmarking results <https://github.com/tushushu/ulist/blob/main/benchmark.rst>`__.
3131

3232
Requirements
3333
~~~~~~~~~~~~

0 commit comments

Comments
 (0)