Hacker News new | ask | show | jobs
by sjtrny 3845 days ago
> your algorithm might finish before it's time to graduate

MATLAB is quite fast at vectorised and matrix operations. For things that are slow you can write your own C/C++ function and call it from within MATLAB.