Page MenuHomeSoftware Heritage

server: remove unnecessary 'visited.fill(false)' call
ClosedPublic

Authored by haltode on Aug 19 2019, 3:44 PM.

Details

Summary

This was creating a fixed overhead in the benchmarks. The bit vector is
by default initialized with false when instantiated.

Diff Detail

Repository
rDGRPH Compressed graph representation
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

This revision is now accepted and ready to land.Aug 19 2019, 5:37 PM
This revision was landed with ongoing or failed builds.Aug 19 2019, 5:40 PM
This revision was automatically updated to reflect the committed changes.