waynebhayes / SANA

Simulating Annealing Network Aligner
25 stars 40 forks source link

Graph loader clean up, optimization, and threading #53

Closed beneaththeglamour closed 5 years ago

beneaththeglamour commented 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

beneaththeglamour commented 5 years ago

USE_CACHED_FILES code is still there. I just reorganized it and removed the places where it was doing nothing.

beneaththeglamour commented 5 years ago

if SERIAL was removed and merged into #if USE_CACHED_FILES

Should I undo that? Otherwise, it's fine as is.