ModernUO/Projects/Server/Collections
Kamron Batman b125146b27
fix: Adds BitArray support with codegen (#888)
* Adds a custom BitArray class with the following added features:
  * ctor for creating BitArray against read only span
  * ctor for creating BitArray against BinaryReader
  * CopyTo to copy a BitArray to a Span
* Adds BitArray to UO Primitive serialization so it can be codegenned.
2021-12-13 09:31:02 -08:00
..
ArrayEnumerator.cs fix(core): Fixes type caching & cleanup (#422) 2021-01-20 00:10:33 -08:00
BitArray.cs fix: Adds BitArray support with codegen (#888) 2021-12-13 09:31:02 -08: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: Optimize OrderedHashSet and introduce more high perf collections (#679) 2021-08-08 21:37:25 -07:00
PooledRefQueue.cs feat: Adds tidy option for serialization. Codegens ballotbox. Fixes pooled timer leaking (#681) 2021-08-14 03:02:53 -07:00