Skip to content

PopularContents: Make a single copy of the graph per thread

vlorentz requested to merge vlorentz/swh-graph:popcontent-lesscopies into master

Copying it 1k or 10k for each thread is wasteful, even though they are lightweight copies.

This brings the runtime down from 133 to ~100 hours.

Merge request reports