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

Try to be consistent in using double_imanip for Numeric extraction from string/stream #474

Merged
merged 3 commits into from
Jul 21, 2022

Conversation

riclarsson
Copy link
Contributor

@olemke There were quite a few places where the locale mattered for double manipulation apparently. I hope I caught most of them here. Notably, mystring.h has an extract template that was called quite a lot so it could give some speedup this way

@olemke
Copy link
Member

olemke commented Jul 21, 2022

Nice cleanup, thanks. No noticeable change in make check times on Linux with GCC though. 😞 Slowdown when running multiple test in parallel is probably caused by something else then.

@riclarsson riclarsson merged commit afce935 into atmtools:master Jul 21, 2022
@riclarsson riclarsson deleted the use_more_double_imanip branch July 21, 2022 12:04
@riclarsson
Copy link
Contributor Author

Would be nice to know what. AFAIK we should be doing local calculations all the time so single core should just work OK.

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