On 2010-12-31 15:55:55 -0800, Alice Bevan–McGregor said:
greater than 100% CPU usage (108-125%) and hopping from core to core as the OS tried to work around the stuck process.
In an effort to be helpful, rather than just bitter, replacements (and searches / find in project) needs to be optimized to use GCD (Grand Central Dispatch). Optimizations can be made to chop an in-memory file up into parts which are then distributed. This also allows for search/replace operations to be killed if something goes wrong without taking out the main TextMate process.
- Alice.