Hashing "object identities"

Faré fahree at gmail.com
Mon Dec 4 02:39:53 UTC 2017


1- Case where objects are mutable. Add an integer slot "id"
initialized from (generate-id) which increments a per-thread counter
(until it reaches end of block, then get a new block).
2- Case where objects are immutable. Add an integer slot "hash"
computed from the hashes of the slot hashes, using BLAKE2.

—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org
The difference between a claim and a real thing is about 5 million lines
of code.        — Rainer Joswig



More information about the pro mailing list