Microsoft & .NETVisual C#A Custom Block Allocator for Speeding Up VC++ STL

A Custom Block Allocator for Speeding Up VC++ STL


block_allocator is a custom STL allocator for use with STL as implemented in Microsoft VC++ 5.0. Rather than doing allocations on a per-node basis, block_allocator allocates memory in fixed sized chunks and delivers portions of the

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends & analysis

Latest Posts

Related Stories