BuildingMOTIF icon indicating copy to clipboard operation
BuildingMOTIF copied to clipboard

Add graph hashing method to utils

Open TShapinsky opened this issue 1 year ago • 0 comments

Add a method which takes a graph and produces a hash of that.

It does so by serializing it as nt (best performant serialization, 0.03s vs 0.5s ttl in medium office compiled). And hashing the string with python's builtin hash() method

TShapinsky avatar Nov 16 '23 21:11 TShapinsky