From d1b9fcf91332d13c51b89c1f70f523c2a7bc10a6 Mon Sep 17 00:00:00 2001 From: Zhen Li <45376537+li3zhen1@users.noreply.github.com> Date: Tue, 10 Oct 2023 19:01:58 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8434a6..0df27fc 100644 --- a/README.md +++ b/README.md @@ -57,4 +57,4 @@ See [Example](https://github.com/li3zhen1/Grape/tree/main/Examples/GrapeView) fo ### Perfomance -Grape uses simd to calculate position and velocity. Currently it takes 0.046 seconds to iterate 120 times over the example graph (with 77 vertices, 254 edges, with manybody, center and link forces, release build, on a 32GB M1 Max). +Grape uses simd to calculate position and velocity. Currently it takes ~0.13 seconds to iterate 120 times over the example graph (with 77 vertices, 254 edges, with manybody, center, collide and link forces, release build, on a 32GB M1 Max).