propensive / cellulose

A comprehensive Scala library for working with CoDL files
1 stars 0 forks source link

Reimplement binary serialization(s) #1

Open propensive opened 1 year ago

propensive commented 1 year ago

Two variants of the binary serialization should be provided: one optimized for when the data is stored as a string, and offsets are character-based, and another for random-access from disk, where offsets are in bytes.