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
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 mails | Author | Date |
|---|---|---|
| Dave Dribin | Dec 15, 08:44 | |
| David Remahl | Dec 15, 08:52 | |
| Dave Dribin | Dec 15, 09:52 | |
| Nicholas Riley | Dec 15, 11:36 | |
| Greg Hurrell | Dec 15, 11:45 | |
| Mike Ferris | Dec 15, 13:45 | |
| Dave Dribin | Dec 15, 14:33 |






Cocoa mail archive

