Faster version of rearrange which ditches uc() and order modifying in favor of...
Faster version of rearrange which ditches uc() and order modifying in favor of editing the input parameters directly with a tr///d. This is 35% faster than our original implementation. Test case suite has been run before this commit.
Please register or sign in to comment