[TxMt] Re: Go to file performance

Allan Odgaard mailinglist at textmate.org
Mon Jan 16 03:24:10 UTC 2012


On 15/01/2012, at 03.37, Connor McKay wrote:

> […] I understand that this is an alpha, and that performance was one of the things that was left for later tuning. But I'm afraid that more than tuning is needed in this case, although I could be wrong.

The ⌘T filtering uses display names which turns out to be a major performance bottleneck since getting the display name requires accessing the file system several times (and the OS seems to not cache it) — I may drop using display names and/or do my own caching of these (display names allow localized file names, turns ‘:’ into ‘/’, hide extensions, a.s.o.).

> I would simply ask that the performance of large projects be made more of a priority than it currently is.

A priority is observed, not manufactured or assigned :)



More information about the textmate mailing list