Date: Thu, 13 Jul 2000 09:24:00 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Martin Str|mberg cc: DJGPP-WORKERS Subject: Re: Quicker erand48 patch In-Reply-To: <200007121642.SAA23906@father.ludd.luth.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 12 Jul 2000, Martin Str|mberg wrote: > FYI, I've implemented a faster erand48 from the suggestions from Dieter. [snip] > diff -r1.1 rand48.c > 4c4 > < * Copyright (C) 1999 Martin Str<94>mberg . > --- > > * Copyright (C) 1999, 2000 Martin Str@"omberg . Please use "diff -c" or "diff -u". Without the switches, the diffs are very hard to read, and applying them is much more prone to failures (due to other changes that shift lines). More to the point, did you time the two versions, and if so, what were the results?