User forums > Using Code::Blocks
Forrtran - Add Files Recursively is Slow
oBFusCATed:
You don't need to move the parsing on a separate thread.
You can do it on the main thread, but just do it on an idle even.
To limit its impact you can time limit it - say you do parsing for 10ms and then stop and wait for the next idle event.
This will be a lot simpler than going the separate thread. It seems parsing fortran is really fast :)
Navigation
[0] Message Index
[*] Previous page
Go to full version