Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

v1.0.1 - Performance

Compare
Choose a tag to compare
@ssddanbrown ssddanbrown released this 24 Jan 19:36
· 15 commits to master since this release

Changes

  • Swapped out some uses of mb_ functions for non-mb equivilients for a significant speed increase. An mb_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.