Python vs C++Filed Under: Uncategorized
I was writing some image processing code (using OpenCV) and found that my python code was too slow for my liking. So I converted it to C++! How painful was this? It took me less than an hour to convert the code, and I got a good 100x speedup! Use the right language for the right task..
- Permalink
- prashant
- 23 Aug 2010 10:36 PM
- Comments (0)