ModernUO/Projects
Kamron Batman 98b054ad8d
feat(saves): idx v4 with embedded type table
Records reference a per-persistence name table by ushort index instead of a
9-byte tag+hash (33 -> 26 bytes per record), eliminating the per-record
xxHash over Type.FullName on the snapshot thread. The loader resolves each
table name once and indexes records into the constructor array. Legacy
v0-v3 loading is unchanged.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 22:38:48 -07:00
..
Application fix: Bumps dependencies. (#2531) 2026-07-14 15:17:55 -07:00
BuildTool fix: Bumps dependencies. (#2531) 2026-07-14 15:17:55 -07:00
Logger fix: Bumps dependencies. (#2531) 2026-07-14 15:17:55 -07:00
Server feat(saves): idx v4 with embedded type table 2026-07-16 22:38:48 -07:00
Server.Tests feat(saves): idx v4 with embedded type table 2026-07-16 22:38:48 -07:00
UOContent perf(saves): drop the 9-byte per-entity placement state; write snapshots from worker segment logs 2026-07-16 22:38:47 -07:00
UOContent.Tests fix: Items dropped on the ground never decay (#2536) 2026-07-16 18:51:04 -07:00