Profiling Python scripts (5): ent_without_numpy
This is the fifth in a series of articles that covers analyzing and improving
performance bottlenecks in Python scripts.
The program ent_without_numpy.py
is a lot slower than the version that
uses numpy
.
The performance of ent_without_numpy.py
is the topic of this article.