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

CORE: Accelerate writing to a stream if precision <= 17 #8179

Merged
merged 3 commits into from
May 21, 2024

Conversation

afabri
Copy link
Member

@afabri afabri commented May 2, 2024

Summary of Changes

Writing an Exprto as stream is slow. We make it faster by writing Expr::doubleValue() if the precision is smaller or equal to 17.

Release Management

  • Affected package(s): CORE
  • License and copyright ownership: unchanged

@sloriot
Copy link
Member

sloriot commented May 10, 2024

@afabri CGAL-6.0-Ic-238 includes your latest commit. You can have a look at the results and remove the last commit.

@afabri afabri removed the TODO label May 15, 2024
@afabri
Copy link
Member Author

afabri commented May 15, 2024

@sloriot please retest so that we can merge

@sloriot
Copy link
Member

sloriot commented May 21, 2024

Successfully tested in CGAL-6.0-Ic-245

@lrineau lrineau self-assigned this May 21, 2024
@lrineau lrineau added the rm only: ready for master For the release team only: that indicates that a PR is about to be merged in 'master' label May 21, 2024
@lrineau lrineau merged commit 7e25336 into CGAL:master May 21, 2024
9 checks passed
@lrineau lrineau removed the rm only: ready for master For the release team only: that indicates that a PR is about to be merged in 'master' label May 21, 2024
@lrineau lrineau deleted the CORE-faster_output-GF branch May 21, 2024 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants