couchbase/fleece

Document whether or not strings are stored as null terminated or not

robertjpayne opened this issue · 1 comments

Currently hard to decipher whether strings are stored as null terminated or non-null terminated sequences.

With ObjC/Swift it's much faster to decode null terminated C string (you avoid an extra copy) though it looks like the ObjC support code does some voodoo magic around NSString…

snej commented

Strings are not null-terminated.