orbitdb-archive / ipfs-log

Append-only log CRDT on IPFS
https://orbitdb.github.io/ipfs-log/
MIT License
398 stars 55 forks source link

Memory Footprint #203

Open aphelionz opened 5 years ago

aphelionz commented 5 years ago

From: https://github.com/ipfs/dynamic-data-and-capabilities/issues/50

Analyze the memory footprint of the log instance and make it smaller or configurable. There are scenarios where it's ok to have more I/O as opposed to increased memory usage. One example is precisely viewing the history of changes, which is a feature used sporadically.

See also #136

aphelionz commented 5 years ago

cc @satazor

satazor commented 5 years ago

@aphelionz You have a small typo in the title: fingerprinting -> footprint

aphelionz commented 5 years ago

See #136 as well for some work towards this.