Skip to content
Snippets Groups Projects
Forked from Platform / Development / swh-graph
1098 commits behind the upstream repository.
Valentin Lorentz's avatar
vlorentz authored
Most of the time is spent maxing out the CPU in the Python process.
This change has two effects:

1. lines are joined before being encoded (instead of encoding them one-by-one)
2. larger network packets are sent, instead of a single packet per line

I don't know which affects the performance, but overall, this is
a consistent 25 to 35% speed-up to the overall run time of
SimpleTraversalView.
b54ed982
History