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
Experiment: disable the niche optimization for most enums
(Only keep it for every small enum to avoid cases where the size is doubling)
Trying to use the niche optimisation more often lead to performence regression
It would be interresting to know what would be the performence improvement by not
having the niche optimization.
0 commit comments