storage-no-partial-load

IN premise

`Storage.load()` either returns a complete `Network` with all state or fails; there is no streaming, lazy-loading, or partial deserialization.

Summary

When you load a saved network from storage, you get the whole thing at once or nothing at all. There is no way to load just part of the network incrementally, which means memory usage scales with the full network size and any corruption means a total load failure rather than a degraded partial result.

Details

Sourceentries/2026/04/24/reasons_lib-storage.md