Re: [racket] Hash array mapped tries

2013-10-08 Thread Jon Zeppieri
On Tue, Oct 8, 2013 at 2:28 PM, Asumu Takikawa wrote: > 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 versi

Re: [racket] Hash array mapped tries

2013-10-08 Thread Asumu Takikawa
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

Re: [racket] Hash array mapped tries

2013-10-04 Thread Jay McCarthy
Can you list it on the package server? I don't believe any changes to the code are required. On Fri, Oct 4, 2013 at 12:03 PM, 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. > >

[racket] Hash array mapped tries

2013-10-04 Thread Jon Zeppieri
The HAMT library I began working on at the RacketCon Hackathon is now available at [https://github.com/97jaz/hamt]. Suggestions are welcome. -Jon Racket Users list: http://lists.racket-lang.org/users