dave-howard / vsdx

vsdx - A python library for processing .vsdx files
BSD 3-Clause "New" or "Revised" License
67 stars 25 forks source link

Optimize for Visio Readonly #71

Open rachare opened 5 months ago

rachare commented 5 months ago

Optimize the Code for read only scenarios where only necessary properties are parsed. For example, a decent sized VSDX file with Shapes parsing along with Geometry, Control will take around 9 secs. By opting out these params it reduces to 1.3 secs.