Squeak caches the opened readonly file(handle). It does not have to reopen the file on every call for reading (readonly).

2016-05-18 19:12 GMT+02:00 stepharo <stepharo@free.fr>:
I am wondering why does the search 'method source with it' take so long in Pharo 5? On my PC, When I select the text 'menu' and search for all 'method source with it', in Squeak 5 it takes 3 seconds. In Pharo 5 it takes 21 seconds.