./wip/p5-Sub-Recursive, Anonymous memory leak free recursive subroutines

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.05, Package name: p5-Sub-Recursive-0.05, Maintainer: pho

Recursive closures suffer from a severe memory leak. Sub::Recursive
makes the problem go away cleanly and at the same time allows you to
write recursive subroutines as expression and can make them truly
anonymous. There's no significant speed difference between using
&recursive and writing the simpler leaking solution.


Required to run:
[lang/perl5]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

RMD160: dd9451175d9a57009cec20bf3d46565358f36a8a
Filesize: 12.954 KB

Version history: (Expand)


CVS history: (Expand)


   2015-06-14 19:26:39 by Thomas Klausner | Files touched by this commit (1)
Log message:
Remove unused bl3.mk file.

   2014-10-09 16:06:26 by Thomas Klausner | Files touched by this commit (97)
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
   2012-10-04 21:11:57 by Aleksej Saushev | Files touched by this commit (56)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2009-03-20 20:43:38 by Jörg Sonnenberger | Files touched by this commit (284)
Log message:
Convert buildlink3.mk files to new world order.
   2009-03-17 03:53:59 by PHO / phonohawk | Files touched by this commit (4) | Imported package
Log message:
Import p5-Sub-Recursive-0.03 as wip/p5-Sub-Recursive.

Recursive closures suffer from a severe memory leak. Sub::Recursive
makes the problem go away cleanly and at the same time allows you to
write recursive subroutines as expression and can make them truly
anonymous. There's no significant speed difference between using
&recursive and writing the simpler leaking solution.