|
Home > Archive > Unix Programming > July 2006 > urban legend? slang vs. ncurses
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
urban legend? slang vs. ncurses
|
|
| joe.user0@lycos.com 2006-07-27, 7:28 am |
| >From time to time, I come across casual remarks about slang
being speedier than ncurses.
However, I google around and find nothing in the way of
empirical testing.
Yet another urban legend? Where does the opinion favouring slang
over ncurses come from?
| |
| Thomas Dickey 2006-07-27, 7:28 am |
| joe.user0@lycos.com wrote:
> being speedier than ncurses.
> However, I google around and find nothing in the way of
> empirical testing.
There's a little, none done systematically. The little I recall seeing
was for selected special cases. (Perhaps one of the trolls who constructed
those will come out and perform for our benefit ;-)
> Yet another urban legend? Where does the opinion favouring slang
> over ncurses come from?
urban legend. Virtually all of the comments made in that area were made
by people citing second- and third-hand opinions. Where they're doing the
same thing, slang and ncurses tend to have about the same performance.
There are tradeoffs - ncurses uses more terminfo features than slang,
but it costs more to do the choosing.
--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net
|
|
|
|
|