# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #85602] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=85602 >
So, currently if you do .comb(), the multi that gets called does the splitting into one-char strings by matching /./ repeatedly on the whole string. In the best case one wouldn't have to use regexes at all for this, and it'd be a lot faster. Someone pls write a nice multi for the common case. Keeping it lazy like the general .comb would be nice, too.