JuliaServices / AutoHashEquals.jl

A Julia macro to add == and hash() to composite types.
Other
58 stars 12 forks source link

Use custom serialization and deserialization to recompute the cached hash code #37

Open gafter opened 1 year ago

gafter commented 1 year ago

We should use custom serialization and deserialization to recompute the cached hash code unless we can guarantee that they are stable.

gafter commented 1 year ago

For customizing Julia's base serialization, I think one needs to specialize

See also