From: Bruno H. <br...@cl...> - 2018-01-13 06:41:47
|
Sam wrote: > --8<---------------cut here---------------start------------->8--- > > (sxhash (make-instance 'ext:standard-stablehash)) > 3614431684 > > (sxhash (make-instance 'ext:standard-stablehash)) > 3614431684 > > (sxhash (make-instance 'ext:structure-stablehash)) > 83368493 > > (sxhash (make-instance 'ext:structure-stablehash)) > 83368493 > --8<---------------cut here---------------end--------------->8--- > > However, it seems like it _could_ do better. Done: Implemented. Thanks for the suggestion (and to Pascal for the help in reading the standard). Bruno |