modernuo/Projects/Server/Collections
Kamron Batman 6b3617b08f
fix: Fixes BitArray serialization (#1027)
Fixes bit array serialization. This may cause objects that were serialized by bit array to fail to deserialize. I am sorry, please accept my condolences. It is probably easiest to just delete those objects. If it becomes a major problem, contact me and I'll help with a hacky per-case solution.
2022-05-18 17:25:03 -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 feat: Adds a PooledRefList (#676) 2022-03-26 11:11:22 -07:00
PooledRefQueue.cs feat: Adds a PooledRefList (#676) 2022-03-26 11:11:22 -07:00