in reply to Re^2: Removing similar characters
in thread Removing similar characters
You are right, but at 15 characters it takes .02s on my hardware. I did notice that randomregex() will emit consecutive duplicates rather frequently - I didn't check to see if a new instance of String::Random in each iteration would reduce that at all (or enough to make a difference in execution time).
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Removing similar characters
by rspishock (Monk) on Sep 01, 2011 at 22:46 UTC | |
by onelesd (Pilgrim) on Sep 01, 2011 at 22:56 UTC | |
Re^4: Removing similar characters
by Kc12349 (Monk) on Sep 02, 2011 at 12:54 UTC |