ModernUO/Projects
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
..
Benchmarks fix: Optimize OrderedHashSet and introduce more high perf collections (#679) 2021-08-08 21:37:25 -07:00
SerializationGenerator fix(build): Fixes building with VS 2019 16.10+ (#661) 2021-07-19 21:43:29 -07:00
SerializationSchemaGenerator fix(build): Fixes building with VS 2019 16.10+ (#661) 2021-07-19 21:43:29 -07:00
Server fix: Optimize OrderedHashSet and introduce more high perf collections (#679) 2021-08-08 21:37:25 -07:00
Server.Tests fix: Optimize OrderedHashSet and introduce more high perf collections (#679) 2021-08-08 21:37:25 -07:00
UOContent feat(timers): Adds timer pooling, fixes timer related bugs, and changes timer api (#667) 2021-08-07 14:33:35 -07:00
UOContent.Tests cleanup: Fixes bugs and cleans up code (#660) 2021-07-19 20:49:59 -07:00