in reply to Re^5: Who's a thief? (No memory growth with magic goto)
in thread Who's a thief? -- the follow up
You can avoid magic stuff with a more cumbersome notation:
sub deep {SUB:{ ++$count and --$_[ 0 ] and redo SUB; }}
Which is actually going to be faster afaik. (Havent tested though)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: Who's a thief? (No memory growth with magic goto)
by BrowserUk (Patriarch) on Jan 14, 2005 at 20:58 UTC | |
by demerphq (Chancellor) on Jan 15, 2005 at 09:54 UTC | |
by BrowserUk (Patriarch) on Jan 15, 2005 at 15:50 UTC | |
by Aristotle (Chancellor) on Jan 18, 2005 at 07:08 UTC | |
by BrowserUk (Patriarch) on Jan 18, 2005 at 08:28 UTC | |
|