GitHub - couchbase/fleece: A super-fast, compact, JSON-equivalent binary data format

lysdexic@programming.dev to Programming@programming.dev – 81 points –
GitHub - couchbase/fleece: A super-fast, compact, JSON-equivalent binary data format
github.com
15

You are viewing a single comment

Interesting. A year ago I was looking for something exactly like this for distributing data between multiple servers. Everything required a ton of overhead or was too big to use. I ended up just using json. I did discover that Brotli can compress 3 gigs of json down into just 70 megs nearly instantly.

1 more...