dompdf / php-font-lib

A library to read, parse, export and make subsets of different types of font files.
GNU Lesser General Public License v2.1
1.74k stars 253 forks source link

Optimized versions of uint16/int16/uint8/int8 multi-readers #34

Closed indreka closed 8 years ago

indreka commented 8 years ago

Initial patch of the two main helper functions before continuing with overall code optimizations.

indreka commented 8 years ago

Added a few more helpers to the pull request and finished up with using them in the BinaryStream r function. This in itself reduces readUInt16 call count only a little bit, if/when these are accepted I will send further optimizations which will provide the major time-savings.

PhenX commented 8 years ago

Thank you for this optimisation :)