Skip to content

Commit 3d209ea

Browse files
committed
2 parents 7356158 + 0750d3d commit 3d209ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ I definitely might change my mind when I attempt to sync actor/ISM animation
131131
- Actual anim state index is updated in **UMassProcessor_Animation** and custom data is updated at
132132
**UMassCrowdUpdateISMVertexAnimationProcessor::UpdateISMVertexAnimation** in various processors
133133

134+
### HashGrids
135+
- TPointHashGrid3 performance is considerably worse compared to THierarchicalHashGrid2D
136+
- This could be caused by the extra dimension, testing scenario, or more efficient logic for mass (as THierarchicalHashGrid2D is used in MassAvoidance)
137+
- Worst case scenario for similar search query: 235.9μs -> 8μs (x30 performance boost!)
134138
### TODO
135139
- Find a way to use Mass SmartObject Eval effectively in the State Tree (DONE)
136140
- Convert logic in RTSMovementProcessor to State Tree (KINDOF DONE)

0 commit comments

Comments
 (0)