25
edits
Changes
no edit summary
We hope to achieve some performance wins by having 1 file and contiguous buffers. Also, hopefully we can cache more stuff.
Proposed interface is just char* getBuffer(id), writeBuffer(id, buf, length). Clients take care of their own serialization/deserialization.