From 8588448c225324b7411fcbdbef5511dbd6fb4bf8 Mon Sep 17 00:00:00 2001
From: Zhen Li <45376537+li3zhen1@users.noreply.github.com>
Date: Fri, 1 Dec 2023 23:49:08 -0500
Subject: [PATCH] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 38c4946..baf7e07 100644
--- a/README.md
+++ b/README.md
@@ -220,7 +220,7 @@ For 3D simulation, it takes **~0.008** seconds for the same graph and same confi
#### KDTree
-The `KDTree` from this package is ~7x faster than `GKQuadtree` from Apple’s GameKit, according to this [testcase](https://github.com/li3zhen1/Grape/blob/main/Tests/ForceSimulationTests/GKTreeCompareTest.swift). However, please note that comparing Swift structs with NSObjects is unfair, and their behaviors are different.
+The `KDTree` from this package is **~22x** faster than `GKQuadtree` from Apple’s GameKit, according to this [testcase](https://github.com/li3zhen1/Grape/blob/main/Tests/ForceSimulationTests/GKTreeCompareTest.swift). However, please note that comparing Swift structs with NSObjects is unfair, and their behaviors are different.