Maurice LING wrote: > I've already said the following and was not noticed: > > 1. it is a disk intensive I/O operation. I see no reason why disk I/O bound operations should be slower in Python than in Java. It's the same C API calls underneath and very little bytecode interpretation is going on when it is being done.