Closed peetervois closed 3 years ago
This pull request does fix overhead that happens with PHP UTF-8 string indexing. The calculation complexity was raising exponentially and became unusable when the compressed message was even less than 1MBytes.
Thanks mate - awesome that you fixed this issue.
This pull request does fix overhead that happens with PHP UTF-8 string indexing. The calculation complexity was raising exponentially and became unusable when the compressed message was even less than 1MBytes.