Message73022
> My code regularily calculates the sha1 sum of 10.000 files and because
> in another reuse of the code had to deal with files too big to fit in
> memory I set a limit of 256Mb.
Why don't you use a sensible buffer size, e.g. 1MB? Reading data in
256MB chunks sounds foolish in any case. |
|
| Date |
User |
Action |
Args |
| 2008-09-11 13:24:48 | pitrou | set | recipients:
+ pitrou, anthon, dalke |
| 2008-09-11 13:24:48 | pitrou | set | messageid: <[email protected]> |
| 2008-09-11 13:23:48 | pitrou | link | issue3531 messages |
| 2008-09-11 13:23:47 | pitrou | create | |
|