Module hash_cons

Module hash_cons 

Source

Modules§

intern_table 🔒
serialize 🔒

Structs§

HashConsDedupSerializer
HashCons supports serializing each value to a unique id in order to serialize highly-shared values without explosion.
HashConsId
Unique id identifying a hashconsed value amongst those with the same type.
HashConsed
Hash-consed data structure: a reference-counted wrapper that guarantees that two equal value will be stored at the same address. This makes it possible to use the pointer address as a hash value.

Traits§

HashConsSerializerState
HashCons supports serializing each value to a unique id in order to serialize highly-shared values without explosion.

Trait Aliases§

HashConsable