On Thu, 27 Jun 2019 at 21:41, Jannik Laval <jannik.laval@gmail.com> wrote:
Dear pharoers,

I use Pharo in Windows 10 and MacOS.
I find a big difference of loading time between the 2 systems.

For loading Moose for example, In MacOS, it takes few minutes, but in Windows 10 it takes more than 15 minutes.
Also when I load Voyage, in MacOS, all loads correctly, but on Windows the path length is too long and generate an error.

I expect the repo is in FIleTree format which has two problems on Windows:
* "file per method" produces a massive number of small files which the system struggles with
* long pathnames exceed Windows 256 character limit.

Tonel "file per class" format was designed to resolve both these problems on Windows (IIUC).

cheers -ben