ModernUO/Projects/Server/Collections
Kamron Batman e9642d61f1
fix: Removes custom BitArray (#1597)
### Summary

The BitArray class will be optimized over the next several years for various platforms/hardware and maintaining a duplicate for serialization is not practical. Removing the custom implementation. Recommend against using BitArray for serialization unless it is absolutely necessary.
2023-11-17 14:37:07 -08:00
..
ArrayEnumerator.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
CollectionHelpers.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
CollectionThrowStrings.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
HashHelpers.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
OrderedHashSet.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
PooledOrderedHashSet.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
PooledRefList.cs fix: Fixes pooled ref list resizing (#1169) 2022-09-12 09:06:50 -07:00
PooledRefQueue.cs feat: Adds .NET 7 & Arm64 support (#1229) 2022-11-06 09:59:11 -08:00
ValueLinkList.cs fix: Fixes map iterators for Items (#1564) 2023-10-26 17:49:15 -07:00