>was about twice as slow as the array_sscanf approach. Is that because >some special sscanf handling?
Probably due to the use of a lookup table. BTW: Why don't you use wide_string_to_svalue_inumber() or STRTOL_PCHARP()?
>was about twice as slow as the array_sscanf approach. Is that because >some special sscanf handling?
Probably due to the use of a lookup table. BTW: Why don't you use wide_string_to_svalue_inumber() or STRTOL_PCHARP()?