- MeanStr(s,s) = s for all s
Can you take a look at the function and try to find (utf-8 or not) inputs that break these requirements?
Thanks..
Note: Ordering is regular <, not any fancy unicode order. The function considers the first 31 bytes.
Note: I am planning to switch from median-of-2n+1 pivot calculation to (arithmetic) median-of-2n in
sorty, which is cheaper to calculate and better pivot (smaller variance than median-of-2n+1)