Page MenuHomeSoftware Heritage

Use in-memory bitmap to store node->types relations in graph API
Closed, MigratedEdits Locked

Description

Currently to retrieve the node type information we use the mmap()-ed files on disk which is slow during large graph traversal.