ModernUO/Projects
Kamron Batman 995149ad01
fix(core): Adds ability to store null value in ordered hash set (#447)
- [X] Adds the ability to store a null value in an ordered hash set

TODO:
Optimized the OrderedHashSet. See this:
* https://github.com/dotnet/runtime/issues/10050
Looks like the OrderedDictionary that I based this structure from was not updated.
See the source for diffing:
https://github.com/dotnet/runtime/blob/master/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/HashSet.cs

Difference between a HashSet and an OrderedHashSet is updating the indexes of the entries after fixing the chain to preserve insertion order.
2021-02-03 17:57:03 -08:00
..
Benchmarks fix(core): Converts BB packets (#406) 2021-01-13 22:28:31 -08:00
Server fix(core): Adds ability to store null value in ordered hash set (#447) 2021-02-03 17:57:03 -08:00
Server.Tests fix(core): Adds ability to store null value in ordered hash set (#447) 2021-02-03 17:57:03 -08:00
UOContent fix(shrink): Changes shrink table to use json (#446) 2021-02-03 16:58:50 -08:00
UOContent.Tests fix(core): Core cleanup, adds event loop synchronization, and fixes gumps (#429) 2021-01-25 21:06:46 -08:00