Date: Wed, 30 Dec 1998 10:54:38 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: François Poirier cc: djgpp AT delorie DOT com Subject: Re: Double buffering In-Reply-To: <368944A7.21F3EDCD@aei.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by delorie.com id DAA15215 Reply-To: djgpp AT delorie DOT com On Tue, 29 Dec 1998, François Poirier wrote: > I know how to create a selector but selector > seem to use far ptr and I want to keep the near ptr for speed. It is a common misconception that near pointers are much faster than far pointers. Experience shows that in most cases the difference in speed is barely visible.