ModernUO/Projects/Benchmarks/Benchmarks
Kamron Batman 23532db603
fix: Cleans up LINQ calls. (#965)
- [X] Removes several `ToList()` uses with `PooledRefQueue`
- [X] Adds a `PeekRandom` to PooledRefQueue
- [X] Updates EV/BS so they dispel each other in a more efficient manner.
- [X] Fixes Firebomb so it works like a normal firefield.
- [X] Fixes field spells so they aren't unnecessarily using a Point3D ref more than necessary.
- [X] Removes extra allocation in campfire by using reverse loop.
- [X] Removes other LINQ calls that aren't needed.
2022-03-20 19:20:54 -07:00
..
Collections feat: Updates to .NET 6 (#843) 2021-11-13 13:38:01 -08:00
Logging feat: Updates to .NET 6 (#843) 2021-11-13 13:38:01 -08:00
Map fix: Cleans up LINQ calls. (#965) 2022-03-20 19:20:54 -07:00
Packets feat: Updates to .NET 6 (#843) 2021-11-13 13:38:01 -08:00
Rng fix: Fixes snooping staff (#900) 2021-12-28 02:09:25 -08:00
Text feat: Updates to .NET 6 (#843) 2021-11-13 13:38:01 -08:00
Utilities feat: Updates to .NET 6 (#843) 2021-11-13 13:38:01 -08:00