Mail Archives: djgpp-workers/2000/07/13/02:25:40
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 <ams AT ludd DOT luth DOT se>.
> ---
> > * Copyright (C) 1999, 2000 Martin Str@"omberg <ams AT ludd DOT luth DOT se>.
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?
- Raw text -