lysdexic to ProgrammingEnglish · 2 年前GitHub - couchbase/fleece: A super-fast, compact, JSON-equivalent binary data formatgithub.comexternal-linkmessage-square16linkfedilinkarrow-up184arrow-down12
arrow-up182arrow-down1external-linkGitHub - couchbase/fleece: A super-fast, compact, JSON-equivalent binary data formatgithub.comlysdexic to ProgrammingEnglish · 2 年前message-square16linkfedilink
minus-squareck_@discuss.tchncs.dedeleted by creatorlinkfedilinkarrow-up1·2 年前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.
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.