Skip to content

NodeIdMap: Fix incorrect implementation of size64()

vlorentz requested to merge vlorentz/swh-graph:NodeIdMap-size64 into master

It caused NodeProperties to OOM because it tried to allocate array 22 times larger than needed.

Merge request reports