21 Jan 21:05
[review] Review of Flyweight library begins today January 7
From: Ion Gaztañaga <igaztanaga <at> gmail.com>
Subject: [review] Review of Flyweight library begins today January 7
Newsgroups: gmane.comp.lib.boost.announce
Date: 2008-01-21 20:05:38 GMT
Subject: [review] Review of Flyweight library begins today January 7
Newsgroups: gmane.comp.lib.boost.announce
Date: 2008-01-21 20:05:38 GMT
The formal review of Flyweight library, proposed by Joaquín M. López Muñoz, begins today (sorry for the late announcement): *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 address/discuss in the review: http://tinyurl.com/33ghtf http://svn.boost.org/svn/boost/sandbox/flyweight/libs/flyweight/doc/review_notes.html(Continue reading)
RSS Feed