Open beauremus opened 4 years ago
Distinct functional parts of the code should be timed to determine where optimizations may be made.
timeit seems to be the accepted method for profiling. https://docs.python.org/3/library/timeit.html
Document the results in the README.
Distinct functional parts of the code should be timed to determine where optimizations may be made.
timeit seems to be the accepted method for profiling. https://docs.python.org/3/library/timeit.html
Document the results in the README.