[Haskell-cafe] Re: Mining Twitter data in Haskell and Clojure

braver deliverable at gmail.com
Mon Jun 14 13:18:43 EDT 2010


On Jun 14, 11:40 am, Don Stewart <d... at galois.com> wrote:
> Oh, you'll want insertWith'.
>
> You might also consider bytestring-trie for the Graph, and IntMap for
> the AdJList ?

Yeah, I saw jsonb using Trie and thought there's a reason for it.  But
it's very API-poor compared with Map, e.g. there's not even a fold --
should one toListBy first?

-- Alexy


More information about the Haskell-Cafe mailing list