
18 Nov
2008
18 Nov
'08
5:54 a.m.
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:Bulat.Ziganshin@gmail.com