[Assorted-commits] SF.net SVN: assorted:[1356] cpp-commons/trunk/README
Brought to you by:
yangzhang
From: <yan...@us...> - 2009-04-29 05:26:48
|
Revision: 1356 http://assorted.svn.sourceforge.net/assorted/?rev=1356&view=rev Author: yangzhang Date: 2009-04-29 05:26:32 +0000 (Wed, 29 Apr 2009) Log Message: ----------- updated documentation Modified Paths: -------------- cpp-commons/trunk/README Modified: cpp-commons/trunk/README =================================================================== --- cpp-commons/trunk/README 2009-04-29 05:25:41 UTC (rev 1355) +++ cpp-commons/trunk/README 2009-04-29 05:26:32 UTC (rev 1356) @@ -24,7 +24,8 @@ - check macros (like assertions but never removed from compilation) - `deque`: simpler deque implementation that uses coarse-grained allocation - error handling, such as `die()`, which leverages `strerror` -- file I/O utilities, such as reading complete files +- file I/O utilities, such as reading complete files or common operations like + finding file sizes - function delegates (for use with C functions that take `(void*)(void*)`) - generic binary stream readers and writers that are more efficient than std::streambuf @@ -41,6 +42,8 @@ - utilities for streams - utilities for [tamer] - x86 architecture-specific tools +- object memory pool with coarse-grained versioned pages +- C++ abstractions for `mmap` Third-party code: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |