You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Close type-hash as abandoned: superseded by unify-leaf-no-hash
type-hash hit -15.4% on full vs 799e820 by adding per-Type-node hash
field + Hashable instance + HashSet cache. unify-leaf-no-hash reached
-18.6% from the same baseline by removing the cache (and thus the
need for type-hash) entirely, via a 5-line leaf fast-path on
unifyTypes. The simpler approach was strictly better, so type-hash
was never merged.
Frontmatter status → abandoned, README moves it to Closed with a
"superseded" tag, EXPERIMENT.md gets a callout block at the top
pointing to the alternative direction.
0 commit comments