This repository has been archived by the owner on Jul 26, 2024. It is now read-only.
v1.0.1 - Performance
Changes
- Swapped out some uses of
mb_
functions for non-mb equivilients for a significant speed increase. Anmb_strlen
check within a for loop definition could use up a large amount of time for a large string, and that was called for each character parsed resulting in much slower than expected performance.