Large Dictionaries
Chris Foote
chris at foote.com.au
Thu May 18 01:42:53 EDT 2006
Richie Hindle wrote:
> [Chris]
>> Has anyone written a fast hash module which is more optimal for
>> large datasets ?
>
> PyJudy might be what you're looking for, though I've never used it:
>
> http://www.dalkescientific.com/Python/PyJudy.html
>
> "Judy's key benefits are scalability, high performance, and memory
> efficiency. A Judy array is extensible and can scale up to a very large
> number of elements, bounded only by machine memory." ... "PyJudy arrays
> are similar to Python dictionaries and sets."
Thanks for the suggestion Richie. PyJudy works brilliantly :-)
Cheers,
Chris
More information about the Python-list
mailing list