Skip to content

Reuse existing SWHID string instead of re-serializing it in node_id()

vlorentz requested to merge node_id_from_string_swhid into master

This improves throughput of reading a CSV of SWHIDs by 10%.

Additionally, this changes OutputRecord structs, to avoid yet another serialization.

Merge request reports