hackergrrl / hyper-string

conflict-free p2p string data structure powered by a hyperlog of operations
39 stars 6 forks source link

Batch API #5

Open hackergrrl opened 6 years ago

hackergrrl commented 6 years ago

This'd be useful for doing atomic writes of several changes, e.g. applying a document diff

t-mullen commented 6 years ago

Batching as an API convenience would be great, but you also may want to consider implementing the Split optimization for Logoot. It allows elements to be multiple characters long and splits them only when needed.

https://hal.inria.fr/hal-00903813/document

hackergrrl commented 6 years ago

Heya Thomas -- thanks for the info! I'll check this out.

hackergrrl commented 6 years ago

PS. Your p2p projects on github look super cool! Have you checked out secure scuttlebutt? There's a really great community of p2p-minded folks that you might also gel with.

t-mullen commented 6 years ago

Thanks! I'll check it out.