This repository was 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_strlencheck 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.