in reply to Re: length() and the Schwartzian transform
in thread length() and the Schwartzian transform

Wow you're quick. Thanks for the benchmark.

I guess 'num-sort' is not that much faster than 'num-ST' because in both cases there's still one (but only one!) round of stringification being performed per sub call (explicit pre-stringification in num-ST and implicit, sort of in-place stringification in num-sort).

  • Comment on Re^2: length() and the Schwartzian transform