branchrust_reboot/main/native_memory_streamcancel
5 Commits over 30 Days - 0.01cph!
Remove command used for testing
Merge from main -> native_memory_stream
Merge from main -> native_memory_stream
Change WorldSerialization to deserialize into a NativeArray (NativeMemoryStream) instead of MemoryStream
- reduces heap reserved memory by 500MB when deserializing map due to many MemoryStream allocations
- add `loadmap` test command to load local map when profiling deserialization
Add NativeMemoryStream (MemoryStream backed by a NativeArray<byte> instead of byte[])