Hacker News new | past | comments | ask | show | jobs | submit login

If you're intersted in this topic, there exist more string compression algorithms that save data transfer or memory in different ways. Look into Thrift Compact Protocol, MessagePack, Protocol Buffers and Avro.



Protobuf only support varint encoding, fury supports that too. But IMO, protobuf use utf-8 for string encoding. Could you share more details how protobuf compress string.


And Fury meta string are not used to compress data plane , it's used to compress meta in data plane.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: