lysdexic@programming.dev to Programming@programming.devEnglish · 11 months agoGitHub - couchbase/fleece: A super-fast, compact, JSON-equivalent binary data formatgithub.comexternal-linkmessage-square17fedilinkarrow-up184arrow-down12
arrow-up182arrow-down1external-linkGitHub - couchbase/fleece: A super-fast, compact, JSON-equivalent binary data formatgithub.comlysdexic@programming.dev to Programming@programming.devEnglish · 11 months agomessage-square17fedilink
minus-squareck_@discuss.tchncs.delinkfedilinkarrow-up1·11 months agoYou probably wouldn’t. The main difference is that protobuf is structured while fleece is unstructured, so you would use it in places where you don’t want to (or can’t) tie yourself to a schema outright.
You probably wouldn’t. The main difference is that protobuf is structured while fleece is unstructured, so you would use it in places where you don’t want to (or can’t) tie yourself to a schema outright.