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

Perf: short-circuit (+>) in ShortExpression mode #919

Merged
merged 3 commits into from
Jun 13, 2020

Conversation

jindraivanek
Copy link
Contributor

@jindraivanek jindraivanek commented Jun 13, 2020

before

| Method |    Mean |   Error |  StdDev | Rank |       Gen 0 |       Gen 1 |      Gen 2 | Allocated |
|------- |--------:|--------:|--------:|-----:|------------:|------------:|-----------:|----------:|
| Format | 13.35 s | 5.253 s | 0.288 s |    1 | 517000.0000 | 159000.0000 | 14000.0000 |   2.76 GB |

after

| Method |    Mean |   Error |  StdDev | Rank |       Gen 0 |       Gen 1 |      Gen 2 | Allocated |
|------- |--------:|--------:|--------:|-----:|------------:|------------:|-----------:|----------:|
| Format | 11.02 s | 0.843 s | 0.046 s |    1 | 451000.0000 | 159000.0000 | 13000.0000 |   2.48 GB |

@jindraivanek jindraivanek requested a review from nojaf June 13, 2020 12:30
@jindraivanek jindraivanek merged commit f502c77 into fsprojects:master Jun 13, 2020
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.

2 participants