Skip navigation.
 
mlRe: Choosing a view for terminal like app
FROM : Dave Dribin
DATE : Sun Dec 15 09:52:01 2002

On Sunday, December 15, 2002, at 10:51  AM, David Remahl wrote:
> Dave,
>
> I ran into this program this morning: <http://iterm.sf.net>.
>
> Performance appears to be comparable to Terminal.app, without too much
> loss of functionality (and with some gain). It is open source, so that
> would allow you to investigate its implementation.


Very interesting, thanks.  It subclasses NSTextView.  It is quite slow
compared to Terminal.app.  For example, I ran one of my favorite
terminal benchmarks: "time cat /usr/share/dict/words" with the
following results:

Terminal.app: 0min 27.8sec
iTerm: 4min 16.9sec
xterm (through XDarwin): 2min 53.6sec

And just for comparision, xterm on x86 Linux: 0min 2.3sec

Of course, the slowdown may not be in NSTextView.  Scrolling in iTerm
is quite fast.  I like the tabbed windows, too.

-Dave


Related mailsAuthorDate
mlChoosing a view for terminal like app Dave Dribin Dec 15, 08:44
mlRe: Choosing a view for terminal like app David Remahl Dec 15, 08:52
mlRe: Choosing a view for terminal like app Dave Dribin Dec 15, 09:52
mlRe: Choosing a view for terminal like app Nicholas Riley Dec 15, 11:36
mlRe: Choosing a view for terminal like app Greg Hurrell Dec 15, 11:45
mlRe: Choosing a view for terminal like app Mike Ferris Dec 15, 13:45
mlRe: Choosing a view for terminal like app Dave Dribin Dec 15, 14:33