Re: Just to say hello
[email protected] (Uri Guttman) Wed, 09 Nov 2011 12:49:53 -0500
| Newsgroups | perl.fwp |
|---|---|
| Message-ID | <[email protected]> |
On 11/09/2011 12:26 PM, Sandro CAZZANIGA wrote: > 2011/11/9 Bennett Todd<[email protected]> > >> I think this list may have fallen into disuse. I don't have any fresh >> juicy bits to share, I'm sorry. I hope you inspire some contributions to >> re-kindle the list. >> >> The only cool perl trick I recall at this instant is the Schwartzian >> Transform; if you haven't run across it and it doesn't Google right up, let >> me know and I'll be glad to compose a review of it. I think the canonical >> explanation of it is in Tom Christiansen's Far More Than Everything You >> Ever Wanted To Know (FMTEYWTK) series. even more than that article you can check out Sort::Maker on cpan which can generate ST sorts as well as GRT sorts (which can be faster) and two other slower sort techniques. it has a article explaining each sort style and a benchmark script that compares them. uri