BuildingMOTIF
BuildingMOTIF copied to clipboard
Add graph hashing method to utils
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