lysdexic@programming.dev to Programming@programming.devEnglish · 1 year agoGitHub - couchbase/fleece: A super-fast, compact, JSON-equivalent binary data formatgithub.comexternal-linkmessage-square16fedilinkarrow-up183arrow-down12
arrow-up181arrow-down1external-linkGitHub - couchbase/fleece: A super-fast, compact, JSON-equivalent binary data formatgithub.comlysdexic@programming.dev to Programming@programming.devEnglish · 1 year agomessage-square16fedilink
minus-squareck_@discuss.tchncs.delinkfedilinkarrow-up1·1 year 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.