We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
Quicker startup f scripts under the JVM
Describe the solution you'd like
I came across https://www.petefreitag.com/item/930.cfm where it suggests tiered compilation.
If the default toycalc.clj is
./toycalc.clj 4.44s user 0.14s system 292% cpu 1.570 total
With tiered you get
./toycalc.clj 1.57s user 0.10s system 132% cpu 1.266 total
So you get 65% saving on user and and 20% on total
Version / Platform
0.5.3 / JVM
TODO
The text was updated successfully, but these errors were encountered:
Test with tiered compilation - ref #151
450da99
No branches or pull requests
Is your feature request related to a problem? Please describe.
Quicker startup f scripts under the JVM
Describe the solution you'd like
I came across https://www.petefreitag.com/item/930.cfm where it suggests tiered compilation.
If the default toycalc.clj is
With tiered you get
So you get 65% saving on user and and 20% on total
Version / Platform
0.5.3 / JVM
TODO
The text was updated successfully, but these errors were encountered: