RE: One of the best Scanners - Good tutorial 02-02-2013, 08:52 PM
#8
If it's in python, it's not going to be close to the best...
Python is all interpreted, so it'll be a lot slower than a C++ implementation of the same thing.
That being said, it's a nice example of how to do concurrency in python.
Python is all interpreted, so it'll be a lot slower than a C++ implementation of the same thing.
That being said, it's a nice example of how to do concurrency in python.