speeding up reading files (possibly with cython)

Timothy N. Tsvetkov timothy.tsvetkov at gmail.com
Sun Mar 8 08:08:49 EDT 2009


>
> If that's the problem, the solution is: get more memory.
>

Or maybe think about algorithm, which needs less memory... My
experience tells me, that each time when you want to store a lot of
data into dict (or other structure) to analyze it then, you can find a
way not to store so much amount of data %)



More information about the Python-list mailing list