Files
pnpm/store
Zoltan Kochan cfa560489c perf: send pre-packed msgpack store index entries from server
Instead of serializing file indexes as JSON (server) → parsing (client)
→ rebuilding Maps → re-encoding as msgpack, the server now sends the
raw msgpack buffers from its store index directly. The client writes
them straight to SQLite without any encoding.

- Add StoreIndex.getRaw() for reading without msgpack decode
- Server includes binary msgpack entries in /v1/install response
- Client parses binary entries and writes directly via setRawMany
- Eliminates ~10MB JSON serialization/parsing round-trip
2026-04-09 00:21:36 +02:00
..