Squadrick / shadesmar

Fast C++ IPC using shared memory
MIT License
555 stars 85 forks source link

Refactor the binary and serialized versions #33

Closed Squadrick closed 4 years ago

Squadrick commented 4 years ago

Right now, particularly for pubusb, the binary vs serialized versions are a convoluted mess. We would ideally to have all logic in the binary version, and the serialized version can simply call its binary counterpart after calling msgpack APIs.

Similarly for RPC mechanism.