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

C++11 move semantics for the polynomial class #297

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tueda
Copy link
Collaborator

@tueda tueda commented Oct 26, 2018

Micro optimization from #234.

@jodavies
Copy link
Collaborator

jodavies commented Mar 11, 2024

I tested this one for a multivariate case and also did not see any improvement. In this case, the function with the largest self-time is poly::monomial_compare, followed by poly::divmod_heap and poly::pop_heap.

Here is the test:
test-mbox1l.frm.txt

tueda and others added 2 commits November 11, 2024 17:02
By default, the configure script enables C++11 if possible. The user can
also specify the specification as
  --with-cxxstd=none
  --with-cxxstd=gnu++17
@coveralls
Copy link

Coverage Status

coverage: 49.997% (+0.01%) from 49.986%
when pulling e449d0c on tueda:cpp11-move
into 61ecfdd on vermaseren:master.

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.

3 participants