this is the special hashing function used by the Context's dfs-traversal function to cache its output.
this hashing function is invariant of the order in which the ids are provided.
but its collision rate has yet to be tested, although I'm faily certain that it is quite resistant for multiple ids under the value 10000.
this is the special hashing function used by the Context's dfs-traversal function to cache its output.
this hashing function is invariant of the order in which the
ids
are provided. but its collision rate has yet to be tested, although I'm faily certain that it is quite resistant for multiple ids under the value10000
.