Is your feature request related to a problem? Please describe.
Looking at the PolygonFileFormatReader, there are a lot of things that can be improved in terms of performance, readability and documentation.
Describe the solution you'd like
The PolygonFileFormatReader should be able to load the default blender monkey head in less than 10ms, maybe in even less time
Issue looks good! Yes we definitely need the optimization. Single mesh sizes are regularly in the millions of triangles range so we need to be able to load them fast.
Is your feature request related to a problem? Please describe. Looking at the PolygonFileFormatReader, there are a lot of things that can be improved in terms of performance, readability and documentation.
Describe the solution you'd like The PolygonFileFormatReader should be able to load the default blender monkey head in less than 10ms, maybe in even less time