There appears to be some performance issues with this libary when attempting to store large arrays. So far I've profiled it to having spend lots of time in the preg_match functions particularly line 1032 in Client.php - I would avoid using regular expressions at all costs as they incur a large overhead.
There appears to be some performance issues with this libary when attempting to store large arrays. So far I've profiled it to having spend lots of time in the preg_match functions particularly line 1032 in Client.php - I would avoid using regular expressions at all costs as they incur a large overhead.