in reply to Re^4: Convert string to array - performance challenge
in thread Convert string to array - performance challenge

split // was optimised to not use the regex engine on 9 Aug 2007. The 5.8 build you are using probably predates that.

I got the same variability between regex and unpack_C with 5.10. They are basically equivalent in terms of performance.