Skip to content

Commit

Permalink
docs: add link to numpy-stl
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanchristopheruel committed Mar 17, 2024
1 parent 82224a4 commit 39a0f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A simple yet fast header-only library to read/write, serialize/deserialize STL (
[![Python](https://img.shields.io/pypi/pyversions/openstl.svg)](https://pypi.org/project/openstl/)

# Performances benchmark
Discover the staggering performance of OpenSTL in comparison to numpy-stl, thanks to its powerful C++ backend.
Discover the staggering performance of OpenSTL in comparison to [numpy-stl](https://github.com/wolph/numpy-stl), thanks to its powerful C++ backend.

Write: 2 to 3 times faster than numpy-stl.
Read: 1 to 12 times faster than numpy-stl.
Expand Down

0 comments on commit 39a0f91

Please sign in to comment.