Skip to content

Performance and Reorg

Compare
Choose a tag to compare
@donatj donatj released this 08 Mar 20:53
· 153 commits to master since this release
5f2da26

Performance Improvements!

I made a number of seemingly minor changes to the regular expressions that when benchmarked resulted in a nearly 3% performance improvement.

Reorganized directory structure to be more standard

Old Path New Path
Source/ src/
Tools/ bin/
Tests/ test/

Warning: if you are directly requiring the PHP file rather than using composer this will be a breaking change.