Skip to content

Releases: betrixed/toml

Efficient TOML parser for 0.4 specification

23 Feb 02:15
Compare
Choose a tag to compare

Better strategic use of regular expressions, has resulted in speed improvements. Has the interfaces and design of the Zephir compiled version.

Improved performance

22 Feb 13:32
Compare
Choose a tag to compare

It is still a PHP interpreted TOML parser, with help from regular expressions. Now I have to see how well the same improvements will speed up the toml-zephir version, since this version now exceeds the performance of the last zephir iteration.