Page 1 of 1

utilise more than 1 cpu core

Posted: Tue Feb 12, 2013 9:03 pm
by theruck
hello
it would be great if textpad could use more than 1 core.
i am doing replacement of milions of characters and it takes a lot. looking at the task manager i can see that only one core is utilised. could you compile it so it uses more cores or am i missing a setting somwhere?

Re: utilise more than 1 cpu core

Posted: Thu Feb 14, 2013 3:50 pm
by Drxenos
theruck wrote:hello
it would be great if textpad could use more than 1 core.
i am doing replacement of milions of characters and it takes a lot. looking at the task manager i can see that only one core is utilised. could you compile it so it uses more cores or am i missing a setting somwhere?
This is not as trivial as just recompiling. They would have to reimplement the search/replace to utilize a parallel algorithm to make use of the other cores.

DrX