Hello kenny, Tuesday, November 18, 2008, 1:37:36 PM, you wrote:
> The above number shows that my implementations of python style > dictionary are space/time in-efficient as compared to python. thanks, interesting code 1. why you think that your code should be faster? pythob implementation is probably written in C ince it's one of its core data structures 2. you can solve IntMap problem by storing list of values with the same hash in tree's nodes -- Best regards, Bulat mailto:[EMAIL PROTECTED] _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe