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

[Ftr] Snappier scripts with tiered compilation #151

Open
l3nz opened this issue Apr 8, 2022 · 0 comments
Open

[Ftr] Snappier scripts with tiered compilation #151

l3nz opened this issue Apr 8, 2022 · 0 comments

Comments

@l3nz
Copy link
Owner

l3nz commented Apr 8, 2022

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

  • All JVM Scripts
  • README
@l3nz l3nz changed the title [Ftr] [Ftr] Snappier scripts with tiered compilation Apr 8, 2022
l3nz pushed a commit that referenced this issue Apr 8, 2022
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