25
edits
No edit summary |
No edit summary |
||
| Line 20: | Line 20: | ||
We hope to achieve some performance wins by having 1 file and contiguous buffers. Also, hopefully we can cache more stuff. | 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. | |||
edits