Commit cbc287dcbb29ad321dca5cd14c31998279205243

Stefan Sperling 2022-04-19T20:08:41

reimplement object-ID set data structure on top of a hash table Siphash suggested by jrick as a better alternative to murmurhash for this use case. with small fixes from and ok op@