mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2026-01-06 15:51:31 +00:00
[ci skip] update benchmark numbers properly
This commit is contained in:
@@ -8,7 +8,7 @@ Co-authored-by: Taiyou06 <kaandindar21@gmail.com>
|
|||||||
FastBitRadix Sort will be used. (see https://ieeexplore.ieee.org/document/7822019 for more)
|
FastBitRadix Sort will be used. (see https://ieeexplore.ieee.org/document/7822019 for more)
|
||||||
When entity count reached the threshold, Bucket Sort will be used.
|
When entity count reached the threshold, Bucket Sort will be used.
|
||||||
|
|
||||||
In non-strict test, this can give ~60-110% improvement (14MSPT -> 10.5MSPT),
|
In non-strict test, this can give ~60-110% improvement (524ms on Paper, 204ms on Leaf),
|
||||||
under 625 villagers situation.
|
under 625 villagers situation.
|
||||||
|
|
||||||
diff --git a/net/minecraft/world/entity/ai/sensing/NearestLivingEntitySensor.java b/net/minecraft/world/entity/ai/sensing/NearestLivingEntitySensor.java
|
diff --git a/net/minecraft/world/entity/ai/sensing/NearestLivingEntitySensor.java b/net/minecraft/world/entity/ai/sensing/NearestLivingEntitySensor.java
|
||||||
|
|||||||
Reference in New Issue
Block a user