ModernUO/Projects/Server.Tests
Kamron Batman 8ec203f387
feat: Updates serialization to use MMF (considerable memory savings) (#1841)
### Summary
Updates the serialization strategy to use `MemoryMappedFile` instead of thick buffers. This has the benefit of being on-par with the current implementation (based on hardware/OS), however won't incur the double-memory issue.

> [!Important]
> **Developer Note**
> The `BinaryFileWriter` and `BinaryFileReader` has been removed in favor of `MemoryMapFileWriter` and `UnmanagedDataReader`
2024-06-23 10:51:20 -07:00
..
Fixtures fix: Fixes edge cases with on off items (#1832) 2024-06-10 18:11:35 -07:00
Helpers fix: Removes support for v4 Client and old gump packet. (#1739) 2024-04-24 19:39:37 -07:00
Tests feat: Updates serialization to use MMF (considerable memory savings) (#1841) 2024-06-23 10:51:20 -07:00
SequentialTestCollectionDefinition.cs Fixes leaking tests (#231) 2020-09-06 14:16:57 -07:00
Server.Tests.csproj feat: Splits Server in Core and Application (#1806) 2024-05-30 23:34:03 -07:00