Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!sri-spam!mordor!lll-tis!ptsfa!hoptoad!academ!uhnix1!nuchat!sugar!peter From: peter@sugar.UUCP (Peter DaSilva) Newsgroups: comp.sys.amiga Subject: Re: Amiga Wish List/console device Message-ID: <195@sugar.UUCP> Date: Wed, 17-Jun-87 02:04:30 EDT Article-I.D.: sugar.195 Posted: Wed Jun 17 02:04:30 1987 Date-Received: Thu, 25-Jun-87 06:30:19 EDT References: <150@sugar.UUCP> <1219@crash.CTS.COM> <347@sol.ARPA> <1230@crash.CTS.COM> Distribution: na Organization: Sugar Land UNIX - Houston, TX Lines: 11 Keywords: AmigaDOS speed Summary: Speed is why I want simple refresh > But I will say that I prefer smart_refresh because it is so much faster -- I > hate how slow things get when workbench windows are open. If a new console > handler were done using simple_refresh, it would have to be highly bummed for > quick refreshing. The problem is that if you have a bunch of smart-refresh windows on the screen, and do much window manipulation, they each get chopped up into a whole bunch of super-small bitmaps and updating becomes pure agony. Simple refresh is slightly (slightly! If you use a single Text() call for each line of text you output, it's damn fast) slower for the simple case, but its behaviour doesn't degrade nearly as badly.