-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Faster processing of collection literals #482
Labels
Comments
First experiment in
|
|
|
borkdude
added a commit
that referenced
this issue
Jan 23, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If we get
{:a (+ 1 2 x)}
maybe it would be faster to emit a function(fn [ctx] (hash-map :a (eval ctx '(+ 1 2 x))))
than another map from the analyzer?This in turn can be unrolled like the other calls.
The text was updated successfully, but these errors were encountered: