[racket] case form implemented with a hash
Jos Koot wrote at 09/29/2011 03:13 PM:
> I should add that my timing was on an overall program, not the
binary-case alone. I am more interested in the performance of whole
programs than in parts that may not significantly add to the time.
I'm guessing that you're using Racket's profiler
("http://docs.racket-lang.org/profile/"), which will give a good idea of
where to focus optimization to improve the performance of the whole program.
--
http://www.neilvandyke.org/