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

Pull some fields of ctx in record #473

Merged
merged 2 commits into from
Dec 18, 2020
Merged

Pull some fields of ctx in record #473

merged 2 commits into from
Dec 18, 2020

Conversation

borkdude
Copy link
Collaborator

A minor win:

$ time tmp/master "(loop [val 0 cnt 10000000] (if (pos? cnt) (recur (inc val) (dec cnt)) val))"
10000000
tmp/master    11.37s  user 0.10s system 99% cpu 11.496 total
 $ time tmp/ctx-record "(loop [val 0 cnt 10000000] (if (pos? cnt) (recur (inc val) (dec cnt)) val))"
10000000
tmp/ctx-record    10.72s  user 0.09s system 99% cpu 10.830 total

@borkdude borkdude merged commit 6cc937c into master Dec 18, 2020
@borkdude borkdude deleted the ctx-record branch December 18, 2020 16:45
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

Successfully merging this pull request may close these issues.

None yet

1 participant