On Thu, Nov 8, 2012 at 2:39 AM, Laurent <[email protected]> wrote:

>
>
>
>> * The `case' form dispatches on characters, fixnums, symbols, and
>>   keywords in logarithmic time.  (Thanks to Jon Zeppieri.)
>>
>
> No hidden constant for small dispatchers compared to the previous version?
>
>

Small case expressions (< 12 constants) are linear, not logarithmic, and
don't have any of the triple-dispatch overhead.
____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to