ModernUO/Projects/Server/Collections
2022-08-21 14:04:29 -07:00
..
ArrayEnumerator.cs fix(core): Fixes type caching & cleanup (#422) 2021-01-20 00:10:33 -08:00
BitArray.cs fix: Fixes BitArray serialization (#1027) 2022-05-18 17:25:03 -07:00
CollectionHelpers.cs fix: Optimize OrderedHashSet and introduce more high perf collections (#679) 2021-08-08 21:37:25 -07:00
CollectionThrowStrings.cs fix: Adds BitArray support with codegen (#888) 2021-12-13 09:31:02 -08:00
HashHelpers.cs fix(core): Adds ability to store null value in ordered hash set (#447) 2021-02-03 17:57:03 -08:00
OrderedHashSet.cs fix: Optimize OrderedHashSet and introduce more high perf collections (#679) 2021-08-08 21:37:25 -07:00
PooledOrderedHashSet.cs fix: Updates ArrayPool to STArrayPool for performance. (#968) 2022-03-22 20:07:32 -07:00
PooledRefList.cs fix: Fixes ref list infinite loop (#1142) 2022-08-21 14:04:29 -07:00
PooledRefQueue.cs feat: Adds a PooledRefList (#676) 2022-03-26 11:11:22 -07:00