|
|
|
|
|
by simcop2387
2783 days ago
|
|
Do you know how well tools like Cap'n Proto and Protocol Buffers help for dealing with this kind of scenario? I'd imagine that some kind of low latency/cost serialization system would help significantly in using the device. Cap'n Proto I'd imagine would work nicely for reading data off since it should be able to read and use the structure with no extra copying or decoding, but I have no idea how the situation with writing would win out. |
|
If you need dynamic mutable state however, as great as these libraries are, you will need a more complex solution with memory allocation and transactions.