Commit graph

3 commits

Author SHA1 Message Date
Kamron Batman
3b11a376f0
perf(saves): delete SerializedTypes.db write path and runtime type tracking
The idx v4 type table supersedes the global type queue: workers no longer
enqueue every Write(Type) into a shared ConcurrentQueue during the freeze,
WriteFiles no longer drains and dedupes millions of entries, and the db file
is no longer produced. Loading old saves still reads SerializedTypes.db via
the legacy v2/v3 path.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 22:38:49 -07:00
Kamron Batman
1fb2c0a0d2
perf(saves): simplify FileBufferWriter staging
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 22:38:48 -07:00
Kamron Batman
9cc25fab24
Removes MemoryMapFileWriter 2026-07-16 22:38:47 -07:00