From 677e189ba761dae6d5e066d7385362a582e98077 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Date: Sun, 17 Mar 2024 18:09:17 -0400 Subject: [PATCH] docs: update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c02d43..adc8126 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ An intuitive and fast header-only library to read/write, serialize/deserialize S # Performances benchmark Discover the staggering performance of OpenSTL in comparison to [numpy-stl](https://github.com/wolph/numpy-stl), [meshio](https://github.com/nschloe/meshio) and [stl-reader](https://github.com/pyvista/stl-reader), thanks to its powerful C++ backend. -See [benchmark.py](benchmark/benchmark.py) +See [benchmark.py](benchmark/benchmark.py). Benchmark performed on an Intel i5-9600KF CPU @ 3.70GHz. - Performance gains over numpy-stl and meshio + Performance gains over numpy-stl, meshio and stl-reader Write: 1.3 to 4+ times faster Read: 1 to 2.3+ times faster Rotate: 1 to 12+ times faster