claudep / swiss-qr-bill

A Python library to generate Swiss QR-bill payment slips
MIT License
97 stars 39 forks source link

Performance issues because of debug deafult in svgwrite #82

Closed schwobaseggl closed 2 years ago

schwobaseggl commented 2 years ago

The checking and validation done in the svgwrite library code that is triggered by the default debug=True setting causes a significant overhead (5-10 times as slow). This makes the difference between being usable and being unusable in our business process.