jcarreira / cirrus-kv

High-performance key-value store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate using a serialization library

jcarreira opened this issue · comments

We currently use raw structs to pass requests through the network.

yes, please don't use raw structs :-) How about FlatBuffers:
https://google.github.io/flatbuffers/