mcdougallab / matlabneuroninterface

Interface for connecting NEURON and MATLAB
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Vector.double is slow #79

Closed ramcdougal closed 7 months ago

ramcdougal commented 1 year ago

The call to double here takes over a second for a very small sized vector.

v = n.Vector(4801);
double(v);
edovanveen commented 8 months ago

This issue seems fixed now (on Windows, at least) in branch 79-vectordouble-is-slow. @ramcdougal can you test it on your system too?