Closed beneaththeglamour closed 5 years ago
Graph loading is now all through references (before only serialized loading was by reference) Graphs can now load concurrently on different threads Graphs can now serialize concurrently on different threads while annealing Some clean up
USE_CACHED_FILES code is still there. I just reorganized it and removed the places where it was doing nothing.
Should I undo that? Otherwise, it's fine as is.
Graph loading is now all through references (before only serialized loading was by reference) Graphs can now load concurrently on different threads Graphs can now serialize concurrently on different threads while annealing Some clean up