{C++ etc.}

Latest Posts
 
Home | C++ Posts | Linux Posts | Programming Posts | Issue Tracking Posts
Showing posts with label Buffers. Show all posts
Showing posts with label Buffers. Show all posts

Sunday, May 03, 2009

STL containers for message buffers in socket(-like) communications

I always wondered why custom buffer classes were used in most of our (high performance) libraries. This post made me realize that STL, as extensively used as it is, is not a golden hammer.