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
Seems worth it:
$ time ./sci "(loop [x 1] (let [_x 1 _y 1 _z 1 _y 1] (if (< x 1000000) (recur (inc x)) [_x _y])))" [1 1] ./sci 1.30s user 0.08s system 99% cpu 1.389 total
$ time tmp/inline-fns "(loop [x 1] (let [_x 1 _y 1 _z 1 _y 1] (if (< x 1000000) (recur (inc x)) [_x _y])))" [1 1] tmp/inline-fns 1.53s user 0.08s system 99% cpu 1.621 total
The text was updated successfully, but these errors were encountered:
[#478] Use faster assoc in let
38def57
[#478] Use faster assoc in let (#479)
691a8fc
No branches or pull requests
Seems worth it:
The text was updated successfully, but these errors were encountered: