noosphere icon indicating copy to clipboard operation
noosphere copied to clipboard

`noosphere-cli` content change detection is inefficient / needs improvement

Open cdata opened this issue 2 years ago • 0 comments

The construct that reads a sphere's changes inside a file system workspace basically has to read all of the workspace contents into memory at once. This is related to #498 and the way we currently hash file contents.

There should be a more efficient way to do this that allows us to keep a low memory ceiling when determining what changed.

cdata avatar Aug 03 '23 22:08 cdata