Version of STL optimized for compile time?

Posted by anon on Stack Overflow See other posts from Stack Overflow or by anon
Published on 2010-04-21T01:15:58Z Indexed on 2010/04/21 1:23 UTC
Read the original article Hit count: 274

Filed under:
|
|

Hi!

I'm looking for a variant of the STL (it's okay if it doesn't have all the functionality) that's optimized for short compile times -- I get bothered by long compile times that delay my compile-debug-edit cycle.

I'm mainly interested in the containers of the STL: vector/map, and not so much the algorithms.

Thanks!

© Stack Overflow or respective owner

Related posts about stl

Related posts about container