It seems that Fuel takes a long time serializing an Array of Arrays containing multiple Strings each one. When serialization passes around 60 Mbytes, it starts writing data in chunks of 100Kbytes and very slowly:
To reproduce please download this Fuel serialization: https://filesender.renater.fr/?s=download&token=b3809275-6258-4ee4-8d93-3b8871b7a0bd
Materialize it in a fresh Pharo 11 image:
FLMaterializer
materializeFromFileNamed: 'acImdb_49582_nodups_noartfcts_tokenized.fuel'.
and then from the Inspector window evaluate:
FLSerializer
serialize: self
toFileNamed: 'acImdb_49582_nodups_noartfcts_tokenized_test.fuel'.
We tested in Pharo 11 under macOS.
It seems that Fuel takes a long time serializing an Array of Arrays containing multiple Strings each one. When serialization passes around 60 Mbytes, it starts writing data in chunks of 100Kbytes and very slowly:
To reproduce please download this Fuel serialization: https://filesender.renater.fr/?s=download&token=b3809275-6258-4ee4-8d93-3b8871b7a0bd
Materialize it in a fresh Pharo 11 image:
and then from the Inspector window evaluate:
We tested in Pharo 11 under macOS.