Posts tagged with numpy
As you may know (you probably don't :), I've built a greeklish to greek converter for my Diploma thesis, using Python.
It worked well enough (for a diploma thesis), but it was slow. I mean, really, really slow. It was coded in Pure Python (tm) and had no optimizations whatsoever.
After optimizing some stuff I decided I had to rewrite it using numpy, if I wanted to see significant speed-ups. I document some of my findings in this post.
Subscribe to the feed of posts tagged with numpy