ModernUO/.config/dotnet-tools.json
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

12 lines
183 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"modernuoschemagenerator": {
"version": "2.11.3",
"commands": [
"ModernUOSchemaGenerator"
]
}
}
}