a.samsonkin
  • Joined on 2020-10-09
a.samsonkin pushed tag v0.4.6 to bit/DotRecastNetSim 2024-11-13 13:55:48 +03:00
a.samsonkin pushed to master at bit/DotRecastNetSim 2024-11-13 13:55:30 +03:00
0876d3adcf Merge branch 'risky_optimizations'
1fa0320845 precache collections
815a83e3cb Use precached queue instead of linked list
592ecebe1e Proximity grid list reuse
b2a217d4a3 Object pool
Compare 6 commits »
a.samsonkin pushed to risky_optimizations at bit/DotRecastNetSim 2024-11-13 13:55:06 +03:00
1fa0320845 precache collections
a.samsonkin pushed to risky_optimizations at bit/DotRecastNetSim 2024-11-13 13:42:50 +03:00
815a83e3cb Use precached queue instead of linked list
a.samsonkin pushed to risky_optimizations at bit/DotRecastNetSim 2024-11-13 13:25:16 +03:00
592ecebe1e Proximity grid list reuse
b2a217d4a3 Object pool
5c0ba9dba1 Reuse grid instead of creating new
Compare 3 commits »
a.samsonkin pushed tag v0.4.5 to bit/DotRecastNetSim 2024-11-13 12:58:08 +03:00
a.samsonkin pushed to master at bit/DotRecastNetSim 2024-11-13 12:57:39 +03:00
38a8029b6e Merge branch 'risky_optimizations'
418a39a576 MergeCorridorEndMoved alloc fix
05613f196f MergeCorridorStartShortcut alloc fix
4dee6b20b5 typo fix
49da3fb454 Removed allocations from MergeCorridorStartMoved
Compare 8 commits »
a.samsonkin created branch risky_optimizations in bit/DotRecastNetSim 2024-11-13 12:57:29 +03:00
a.samsonkin pushed to risky_optimizations at bit/DotRecastNetSim 2024-11-13 12:57:29 +03:00
418a39a576 MergeCorridorEndMoved alloc fix
05613f196f MergeCorridorStartShortcut alloc fix
4dee6b20b5 typo fix
49da3fb454 Removed allocations from MergeCorridorStartMoved
2c6f6a50cc CollectionExtensions.cs List<T>.AddRange(Span<T>)
Compare 7 commits »
a.samsonkin pushed to master at bit/DotRecastNetSim 2024-11-13 11:11:17 +03:00
858e094ea0 Revert "Allocation free merge corridor"
a.samsonkin pushed to master at bit/DotRecastNetSim 2024-11-13 10:22:08 +03:00
acd3f8d879 Allocation free merge corridor
a.samsonkin pushed to master at bit/DotRecastNetSim 2024-11-13 09:35:34 +03:00
fff0998613 Pass delegate
a.samsonkin pushed tag v0.4.4 to bit/DotRecastNetSim 2024-11-13 09:12:56 +03:00
a.samsonkin pushed to master at bit/DotRecastNetSim 2024-11-12 16:56:15 +03:00
2397f23fc3 Queries change
a.samsonkin pushed to master at bit/DotRecastNetSim 2024-11-12 16:37:43 +03:00
b6a1a81fdc Reverse comparer shenanigans
a.samsonkin pushed to master at bit/DotRecastNetSim 2024-11-12 16:01:53 +03:00
c989276f5e [NETSIM] rented array into struct
a.samsonkin pushed tag v0.4.3 to bit/DotRecastNetSim 2024-11-12 14:50:44 +03:00
a.samsonkin pushed to master at bit/DotRecastNetSim 2024-11-12 14:48:01 +03:00
c0b916a0d1 Use object pools instead of allocating new lists
a.samsonkin pushed tag v0.4.2 to bit/DotRecastNetSim 2024-11-12 14:10:43 +03:00
a.samsonkin pushed to master at bit/DotRecastNetSim 2024-11-12 14:10:26 +03:00
3e754529e5 Node pool change