Redis – Perl: Faster way to split string by character
I am looking for a way faster solution to split a string into an array of values. The string has unfortunately ; as a delimited character. Split seems to be quite slow when it comes for a set of >…