At Thu, 16 May 2019 15:28:10 +0100, Laurent wrote: > On Wed, May 15, 2019 at 7:05 PM 'John Clements' via Racket Users < > [email protected]> wrote: > > - Racket's IO system has been refactored to improve performance > > and simplify internal design. > > > > Is it mild overall performance improvement, or are there cases where there > can be a big boost? (Like "previous bottlenecks have become highways" kind > of improvement)
Number parsing in `read` or `string->number` should be faster, but the main I/O refactoring and improvements were specific to Racket-on-Chez. In the long run, this new I/O implementation might replace the current one in the traditional Racket implementation, but I don't know how much of a performance different it would be. (I recommended dropping this bullet from the announcement, since the main changes were mainly for Racket-on-Chez. But I guess that recommendation was too buried or got lost.) -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/5cde00d0.1c69fb81.5743b.16ffSMTPIN_ADDED_MISSING%40gmr-mx.google.com. For more options, visit https://groups.google.com/d/optout.

