moshiba / pbar

Low overhead C++ progress bar
GNU General Public License v3.0
8 stars 2 forks source link

Implemented thread safety #15

Closed moshiba closed 4 years ago

todo[bot] commented 4 years ago

find better dynamic min_interval_iter adjustments, might

https://github.com/HsuanTingLu/pbar/blob/b484f153c23adb378dbbbdbf04cffdffce3fbfe3/pbar/pbar.cpp#L210-L215


This comment was generated by todo based on a TODO comment in b484f153c23adb378dbbbdbf04cffdffce3fbfe3 in #15. cc @HsuanTingLu.
todo[bot] commented 4 years ago

implement internal set instead of simple counting to maintain

https://github.com/HsuanTingLu/pbar/blob/b484f153c23adb378dbbbdbf04cffdffce3fbfe3/pbar/pbar.cpp#L242-L247


This comment was generated by todo based on a TODO comment in b484f153c23adb378dbbbdbf04cffdffce3fbfe3 in #15. cc @HsuanTingLu.
todo[bot] commented 4 years ago

write final stats

https://github.com/HsuanTingLu/pbar/blob/b484f153c23adb378dbbbdbf04cffdffce3fbfe3/pbar/pbar.cpp#L247-L252


This comment was generated by todo based on a TODO comment in b484f153c23adb378dbbbdbf04cffdffce3fbfe3 in #15. cc @HsuanTingLu.
todo[bot] commented 4 years ago

Not copyable, but movable

https://github.com/HsuanTingLu/pbar/blob/b484f153c23adb378dbbbdbf04cffdffce3fbfe3/pbar/pbar.hpp#L54-L59


This comment was generated by todo based on a TODO comment in b484f153c23adb378dbbbdbf04cffdffce3fbfe3 in #15. cc @HsuanTingLu.