aminnj / cpptqdm

(unofficial) tqdm-like single header c++ pretty progress bar
MIT License
203 stars 33 forks source link

May need `bar.finish()` when finish #4

Closed district10 closed 4 years ago

district10 commented 4 years ago

You may need to mention it in the README. Without bar.finish(), the progress bar just disappears in the end. You end up without knowing the speed of these iterations. (I found tqdm useful as a benchmark)

aminnj commented 4 years ago

good point. thanks! I put it in the readme: https://github.com/aminnj/cpptqdm/commit/04c733fd38cdc1763d7bc19f8ff3a8fb6e95e2e9