Skip to content

Switch EXTRACT_NODES to Rust implementation

vlorentz requested to merge riir-extract-nodes into master

The Rust implementation behaves slightly differently:

  1. it does not compute stats, and this work is delegated to other tasks
  2. it shards SWHIDs in a directory, so tasks reading the list of SWHIDs need to be adapted to read from a directory instead of a single file

Merge request reports