noosphere
noosphere copied to clipboard
`noosphere-cli` content change detection is inefficient / needs improvement
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.