vermaseren / form

The FORM project for symbolic manipulation of very big expressions
GNU General Public License v3.0
982 stars 118 forks source link

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

Open tueda opened 5 years ago

tueda commented 5 years ago

Micro optimization from #234.

jodavies commented 3 months ago

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