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

Change behaviour of "On fewerstatistics 0" #285

Merged
merged 1 commit into from
Jul 17, 2020

Conversation

jodavies
Copy link
Collaborator

Never print statistics for small buffer sort, if ShortStatsMax is 0

Often I want statistics enabled, but only for the final sort (to see the number of terms in output).
For large calculations, one can get many thousands of lines for small-buffer sorts, even with fewerstats set as large as possible.

Never print statistics for small buffer sort, if ShortStatsMax is 0
@coveralls
Copy link

coveralls commented Jun 20, 2018

Coverage Status

Coverage increased (+0.05%) to 48.542% when pulling 6ed16ad on jodavies:fewerstatistics into e8c9798 on vermaseren:master.

@jodavies
Copy link
Collaborator Author

Does anyone have any opinions on this? It's a trivial change, but I am re-applying it every time I pull new commits from the repo...

@tueda
Copy link
Collaborator

tueda commented Jul 17, 2020

I think this is OK to merge; hopefully, no one relies on the old behaviour of fewerstatistics 0 (for the meaning of fewerstatistics 1)...

@tueda
Copy link
Collaborator

tueda commented Jul 17, 2020

@vermaseren
Jos, is it OK to merge? This is backwards-incompatible, in a strict sense. Maybe you know some background of the decision of the behaviour of fewerstatistics 0.

@vermaseren
Copy link
Owner

vermaseren commented Jul 17, 2020 via email

@tueda
Copy link
Collaborator

tueda commented Jul 17, 2020

The document change is also included in this pull request, so I will merge it...

@tueda tueda merged commit 3226bb4 into vermaseren:master Jul 17, 2020
@jodavies
Copy link
Collaborator Author

It looks like the change in sort.c due to this was reverted in the FORM5 code merge (but the manual is intact).

@tueda
Copy link
Collaborator

tueda commented Mar 14, 2024

OK, I will re-apply it.

tueda pushed a commit that referenced this pull request Mar 15, 2024
Never print statistics for small buffer sort, if ShortStatsMax is 0

Repatched 3226bb4 (#285)
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.

4 participants