| www.delorie.com/djgpp/mail-archives/browse.cgi | search |
| Date: | Thu, 13 Jul 2000 09:24:00 +0300 (IDT) |
| From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
| X-Sender: | eliz AT is |
| To: | Martin Str|mberg <ams AT ludd DOT luth DOT se> |
| cc: | DJGPP-WORKERS <djgpp-workers AT delorie DOT com> |
| Subject: | Re: Quicker erand48 patch |
| In-Reply-To: | <200007121642.SAA23906@father.ludd.luth.se> |
| Message-ID: | <Pine.SUN.3.91.1000713092323.12595B-100000@is> |
| MIME-Version: | 1.0 |
| 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 |
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?
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |