yurijmikhalevich / rclip

AI-Powered Command-Line Photo Search Tool
MIT License
694 stars 54 forks source link

feat(ux): unify indexing progressbars to provide better insight into the total indexing time + speed it up a bit #77

Closed yurijmikhalevich closed 10 months ago

yurijmikhalevich commented 10 months ago

Closes #75

The speed-up is especially noticeable on repeated runs because walking over the directories now uses a more effective custom implementation using os.scandir instead of os.walk.

The speedup is achieved by: