Christopher Barker | 2 Sep 2009 18:30
Picon
Favicon

Re: [Cython] FW: cython and hash tables / dictionary

Sanne Korzec wrote:
> The main bottleneck in my code is a large dictionary / hash table which 
> I would like to optimize.

In what way do you need to optimize it? i.e. how is it used? do you have 
memory issues or speed issues? python dicts are highly optimized 
already, so you're not likely to do much better with the look-up speed.

-Chris

--

-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker@...

Gmane