Since Pharo 13 Pharo has a new feature to create objects directly into the old space to avoid incremental GC.
Maybe the FAST entities should use this mechanism since they should not be GC before the end of the import?
I'll try to explore this in my branch with the customizable importer.