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

Optimize function calls #8

Closed
namin opened this issue Oct 12, 2021 · 0 comments · Fixed by #959
Closed

Optimize function calls #8

namin opened this issue Oct 12, 2021 · 0 comments · Fixed by #959

Comments

@namin
Copy link
Contributor

namin commented Oct 12, 2021

Currently, zero-arg functions are implemented using a dummy argument while multi-arg functions are implemented by auto-currying. Both of these representations have a bit of inefficiencies in number of iterations.

We could change the representation of call continuations for efficiency.

huitseeker pushed a commit that referenced this issue Jun 15, 2023
github-merge-queue bot pushed a commit that referenced this issue Oct 31, 2023
* Upgrade bench runner: 8 vCPUs/32GB RAM -> 32/64

* Add justfile and GPU benchmarks

* Add configurable GPU benchmarks

* fix: checkout & other details (#8)

* fix: name & checkout

* fix just version

* Refactor job triggers

---------

Co-authored-by: François Garillot <[email protected]>
@arthurpaulino arthurpaulino linked a pull request Dec 20, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants