You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The speed and memory footprint of Universe serialization greatly influences the performance of parallel analysis especially when the analysis block is small. This Issue serves as an (ongoing) collection of possible improvements for the performance.
Is your feature request related to a problem?
The speed and memory footprint of
Universe
serialization greatly influences the performance of parallel analysis especially when the analysis block is small. This Issue serves as an (ongoing) collection of possible improvements for the performance.Benchmark
No need to redirect to the original frame during deserialization
self[self.ts.frame]
PR #3722lazily-building
Universe._topology.tt. _RA, _SR
and refactormake_downshift_arrays
PR #3724Universe._topology.tt. _RA, _SR
are huge nested arrays that take a long time to serialize.Decrease topology memory footprint
nmidx
andvalues
are pair-wise mapped. any reason to keep both inside the memory? (I know it's useful when one tries to modify the topology)The text was updated successfully, but these errors were encountered: