big_O
big_O copied to clipboard
*shankar* addition of tqdm tracking
Hello! Thank you for this nice package, it is very useful for performing numerical time complexity analysis. I observed that it would be nice for larger test runs to have some progress bar. I added a tqdm implementation in this pull request.
You should include tqdm in requirements.txt
and modify install_requires
in setup.py.