26 Jan 13:35
[review] Review of Flyweight library started January 21 and still running!
From: Ion Gaztañaga <igaztanaga <at> gmail.com>
Subject: [review] Review of Flyweight library started January 21 and still running!
Newsgroups: gmane.comp.lib.boost.announce
Date: 2008-01-26 12:38:45 GMT
Subject: [review] Review of Flyweight library started January 21 and still running!
Newsgroups: gmane.comp.lib.boost.announce
Date: 2008-01-26 12:38:45 GMT
Hi all, The formal review of Flyweight library started January 21 and will end January 30, we have a few nice reviews, but I'm sure that those who haven't reviewed it are also interested in the library(Continue reading). The library solves quite a common programming pattern, is small and very well documented. So don't be afraid to try it! Information for reviewers: *Description:* Flyweights are small-sized handle classes granting constant access to shared common data, thus allowing for the management of large amounts of entities within reasonable memory limits. Boost.Flyweight makes it easy to use this common programming idiom by providing the class template flyweight<T>, which acts as a drop-in replacement for const T. *Online docs:* http://tinyurl.com/2sstyr http://svn.boost.org/svn/boost/sandbox/flyweight/libs/flyweight/index.html *Download:* http://tinyurl.com/hrdm6 http://www.boost-consulting.com/vault/index.php?&direction=0&order=&directory=Patterns *Notes:* 1) We've seen some suggestions in the mailing list for Flyweight. Joaquín has nicely explained a couple of issues that we'd like to
. The library
solves quite a common programming pattern, is small and very well
documented. So don't be afraid to try it! Information for reviewers:
*Description:*
Flyweights are small-sized handle classes granting constant access to
shared common data, thus allowing for the management of large amounts of
entities within reasonable memory limits. Boost.Flyweight makes it easy
to use this common programming idiom by providing the class template
flyweight<T>, which acts as a drop-in replacement for const T.
*Online docs:*
RSS Feed