postmates / hopper

A Rust mpsc with unbounded members in bounded memory
Other
48 stars 7 forks source link

Introduce zlo into hopper #18

Closed blt closed 6 years ago

blt commented 6 years ago

This new serializer is a fork of bincode which reduces the size of the on-disk payloads for us. It looks to be about 50% for the cernan use-case.

Signed-off-by: Brian L. Troutwine blt@postmates.com