Re: floating point conversions progress
Matthew Dempsky <[email protected]> Mon, 22 Dec 2003 10:09:18 -0600
| Newsgroups | gmane.lisp.scheme.pika.devel |
|---|---|
| Message-ID | <[email protected]> |
Matthew Dempsky <[email protected]> writes: > but I rewrote the code to use GMP and now it's about 2.5x the > performance of glibc (but like I've said a few times - mine still > doesn't do proper formatting for everything). I should clarify, my code takes about 2.5 times the amount of time to print out the same set of randomly generated numbers as glibc does (i.e. my code is still slower, but it's a much narrower gap than it was before). -jivera