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
I clearly need to write a proper benchmark at some point (or even better, port an existing benchmark), because speculatively optimizing isn't good.
Anyway: currently we have a lot of polymorphic functions that internally convert to a value of a known type. These should definitely be split into multiple functions, so the inner functions can be monomorphic instead.
The text was updated successfully, but these errors were encountered:
I clearly need to write a proper benchmark at some point (or even better, port an existing benchmark), because speculatively optimizing isn't good.
Anyway: currently we have a lot of polymorphic functions that internally convert to a value of a known type. These should definitely be split into multiple functions, so the inner functions can be monomorphic instead.
The text was updated successfully, but these errors were encountered: