in reply to Re: Pascucci Paradigm for ordered operations on a homogenous hash (specificlaly, mkdir from hash)
in thread Pascucci Paradigm for ordered operations on a homogenous hash (specificlaly, mkdir from hash)

The length builtin is fast. It dosen't need to calculate the string length, since the SVt_PV struct has that built in. The Schwartzian transform is good for sorting by an expensive function, but all that array creation/dereferencing will only slow things down with a fast function like length.

--MrNobo1024
s]]HrLfbfe|EbBibmv]e|s}w}ciZx^RYhL}e^print

  • Comment on Re: Re: Pascucci Paradigm for ordered operations on a homogenous hash (specificlaly, mkdir from hash)
  • Select or Download Code