ZF-8304: Zend_Pdf performance improvement
Description
Zend_Pdf performance still can be improved by using corresponding str...() functions instead of iterating strings char by char.
Zend_Pdf performance still can be improved by using corresponding str...() functions instead of iterating strings char by char.
Comments
Posted by Alexander Veremyev (alexander) on 2009-11-14T10:58:29.000+0000
Done.
This improvement decrerases PDF processing (read and update operations) time by 40% and save operation time by 10%.