json.joy provides a framework for JSON CRDT data, within it they have a package json-pack which handles multiple serialization formats.
They published a blog post which reviews their benchmark of serialization codecs & libraries.
Their blog post claims significant performance improvements with their json-pack library.
I'm interested in your thoughts regarding this library and wonder if it would be worth performing a benchmark for MessagePack and CBOR serialization methods.
json.joy provides a framework for JSON CRDT data, within it they have a package
json-packwhich handles multiple serialization formats.They published a blog post which reviews their benchmark of serialization codecs & libraries.
Their blog post claims significant performance improvements with their
json-packlibrary.I'm interested in your thoughts regarding this library and wonder if it would be worth performing a benchmark for MessagePack and CBOR serialization methods.