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
Branch
benchmark-fix-fill-overhead
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 7302
Build 10346: tox-on-jenkinsJenkins
Build 10345: arc lint + arc unit

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.