ModernUO/Projects/Server.Tests/Helpers
Kamron Batman b0f8fe0350
fix: Optimize OrderedHashSet and introduce more high perf collections (#679)
* Optimizes OrderedHashSet using the learnings here: https://github.com/dotnet/runtime/issues/10050
* Removes ValueCollection since it was a relic from the conversion of the OrderedDictionary
* Centralizes throw strings.
* Adds pooled ordered hash set (but doesn't use it)

Closes #448
2021-08-08 21:37:25 -07:00
..
AssertExtensions.cs fix(core): Streamlines text encoding (#407) 2021-01-13 18:56:32 -08:00
EncodingHelpers.cs fix(core): Streamlines text encoding (#407) 2021-01-13 18:56:32 -08:00
GumpUtilities.cs fix: Optimize OrderedHashSet and introduce more high perf collections (#679) 2021-08-08 21:37:25 -07:00
Packet.cs fix(core): Caches DateTime.NowUtc (#548) 2021-03-13 01:32:04 -08:00
PacketTestUtilities.cs fix(core): Removes disposable netstates. (#467) 2021-02-05 14:33:35 -08:00
PacketWriter.cs fix(network): Converts House Design Detailed Packet (#538) 2021-03-03 02:09:15 -08:00