Skip to content
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

How slow can it possibly get?! #8

Open
bennn opened this issue Aug 9, 2023 · 0 comments
Open

How slow can it possibly get?! #8

bennn opened this issue Aug 9, 2023 · 0 comments

Comments

@bennn
Copy link
Member

bennn commented Aug 9, 2023

What's the worst slowdown we can possibly get with Static Python?

In Typed Racket, things can get as bad as you want. 10x, 100x, 1000x, no problem. If you keep putting wrappers on higher-order values, it'll keep getting slower.

In Reticulated Python, the worst case I remember is about 10x. I don't think you can do much worse. There's no way to build up a sequence of checks that outweigh the actual code.

I bet Static Python gets 3x in the worst case. Let's see!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant