smanders / godric

0 stars 0 forks source link

multi-threaded execution #3

Closed smanders closed 3 years ago

smanders commented 3 years ago

when there are a large number of files the app becomes unresponsive and can bring a system to it's knees

the execution of sorting could be multi-threaded to improve responsiveness and offload the main GUI thread

wxWidgets provides some multi-threading support, or boost::thread

smanders commented 3 years ago

numbers from Kevin 2020.11.23

smanders commented 3 years ago

completed with v1.4 https://github.com/smanders/godric/compare/v1.3...v1.4

current stats

smanders commented 3 years ago

numbers from Kevin 2021.01.05 (with v1.4)