From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <544e069c30119d35eaee0a7580ca9b77@plan9.bell-labs.com> From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] vnc[vs] implementation question MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Tue, 18 Jun 2002 12:00:02 -0400 Topicbox-Message-UUID: b2e352a8-eaca-11e9-9e20-41e7f4b1d025 it's worth noting that vncs is what uses the stand-ins for devdraw etc. vncv doesn't. vncv probably has good performance just because all it does is write blocks to the screen. memmove to the screen is fast.