Closed ramcdougal closed 1 year ago
The call to double here takes over a second for a very small sized vector.
double
v = n.Vector(4801); double(v);
This issue seems fixed now (on Windows, at least) in branch 79-vectordouble-is-slow. @ramcdougal can you test it on your system too?
The call to
double
here takes over a second for a very small sized vector.