Hello
Is it possible to use this php extension in such a way that you can avoid the warm up time when doing address_parse() ?
I initially thought that it would work to run the parsing in a while loop accepting addresses to parse, and only have the warmup happen initially, but seems I was wrong?
Hello
Is it possible to use this php extension in such a way that you can avoid the warm up time when doing address_parse() ?
I initially thought that it would work to run the parsing in a while loop accepting addresses to parse, and only have the warmup happen initially, but seems I was wrong?