14 Aug
2017
14 Aug
'17
4:11 a.m.
On 14 August 2017 at 09:23, Brian Wood via Boost
Lakshay Garg writes:
Hello all
The polynomial class in boost.math does not support move sematics. I tried to implement them and found that they immediately lead to significant improvements in performance (benchmarking using google-benchmark).
I would like to get the changes merged into the main repository. I understand that boost accepts very high quality C++ code
Hmm. Here's a benchmark where Boost doesn't do well:
Hey Brian, thanks for the link. I am not sure how this link relates to the problem with polynomials. Could you please elaborate :) Regards Lakshay