[racket] Hash array mapped tries

From: Asumu Takikawa (asumu at ccs.neu.edu)
Date: Tue Oct 8 14:28:12 EDT 2013

On 2013-10-04 14:03:00 -0400, Jon Zeppieri wrote:
> The HAMT library I began working on at the RacketCon Hackathon is now
> available at [https://github.com/97jaz/hamt]. Suggestions are welcome.

Very nice! Have you tried using the version of `popcount` in the `data`
library's private interface to see if that's any faster?

https://github.com/plt/racket/blob/master/racket/collects/data/private/count-bits-in-fixnum.rkt

Cheers,
Asumu

Posted on the users mailing list.