branchrust_reboot/main/native_memory_streamcancel

5 Commits over 30 Days - 0.01cph!

3 Months Ago
Remove command used for testing
3 Months Ago
Merge from main -> native_memory_stream
4 Months Ago
Merge from main -> native_memory_stream
4 Months Ago
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
4 Months Ago
Add NativeMemoryStream (MemoryStream backed by a NativeArray<byte> instead of byte[])