Page MenuHomeSoftware Heritage

swh-graph: Translate node IDs on the Java side, not Python side
Closed, MigratedEdits Locked

Description

Doing it on the Python side prevents using the minimal perfect hash function, which is a lot more efficient and takes less space than the mappings.