lysdexic to ProgrammingEnglish · 1 year agoGitHub - couchbase/fleece: A super-fast, compact, JSON-equivalent binary data formatgithub.comexternal-linkmessage-square16fedilinkarrow-up184arrow-down12
arrow-up182arrow-down1external-linkGitHub - couchbase/fleece: A super-fast, compact, JSON-equivalent binary data formatgithub.comlysdexic to ProgrammingEnglish · 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.