Hello,
First off - thanks for your awesome library, it currently seems to be the only rational choose across all Toml parsers in PHP.
The problem I struggled is following: the PHP throws max execution time has been exceeded.
The file I'm trying to load: https://github.com/Black-Tek/BlackTek-Server/blob/master/data/items/items.toml
It's around 1.5mb in size.
So my question is: would it be hard to adjust the library so it loads such a file a bit faster? Or is this other problem and not the size?
Regards,