Branch: refs/heads/hash-label-2636
Home: https://github.com/cytoscape/cytoscape.js
Commit: e5ca6c989a7f4879a54cea10683848fed6b17e1f
https://github.com/cytoscape/cytoscape.js/commit/e5ca6c989a7f4879a54cea10683848fed6b17e1f
Author: Max Franz <[email protected]>
Date: 2020-04-09 (Thu, 09 Apr 2020)
Changed paths:
M src/style/apply.js
M src/style/get-for-ele.js
M src/util/hash.js
Log Message:
-----------
Add the double-down approach with sdbm & djb2
> Double down on hashes and probability. It would be simple and cheap to use
> two cheap hash functions rather than one: The hash for a sprite would be a
> tuple of two integer hash values. The probability that both hash functions
> collide in the exact same case is much smaller than the probability that one
> hash function collides.
Ref #2636
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/cytoscape-cvs/cytoscape/cytoscape.js/push/refs/heads/hash-label-2636/0e01d5-e5ca6c%40github.com.