On Fri, Jan 2, 2015 at 2:12 PM, Greg Hendershott
<greghendersh...@gmail.com> wrote:
>> Would it help to use an eq? hash and turn all of the strings into
>> symbols (hopefully up front)? That might make the hashing part faster
>> in the best-known function.
>
> Good idea. But unless I made a mistake, no, that's twice as slow, not
> faster. All the string->symbol conversions seem to outweigh the faster
> hash lookups.

Ah, sorry.

Robby
____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to