Skip to content

optimization #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
tombl opened this issue Oct 29, 2024 · 0 comments
Open

optimization #12

tombl opened this issue Oct 29, 2024 · 0 comments
Labels
notes thoughts about direction and features

Comments

@tombl
Copy link
Owner

tombl commented Oct 29, 2024

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.

@tombl tombl added the notes thoughts about direction and features label Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
notes thoughts about direction and features
Projects
None yet
Development

No branches or pull requests

1 participant