File Performance Q.?

Andrew C. Greenberg werdna at mucow.com
Fri May 10 21:05:21 UTC 2002


On Friday, May 10, 2002, at 04:39 PM, Diego Gomez Deck wrote:

> Hello...
>
> The code you run in Python is a little different, becaouse readLines() 
> read all the file in RAM and then you iterate the list...

The corresponding call in squeak

	file contentsOfEntireFile

would give you a more appropriate comparison.  Alternatively, modify the 
Python code to operate as does the Squeak code and then compare those 
results.




More information about the Squeak-dev mailing list