________________________________________ De: boost-users-bounces@lists.boost.org [boost-users-bounces@lists.boost.org] En nombre de Igor R [boost.lists@gmail.com] Enviado el: domingo, 28 de febrero de 2010 15:36 Para: boost-users@lists.boost.org Asunto: Re: [Boost-users] complexity problem using multi_index insert()
Regarding _SECURE_SCL we are using ubuntu linux and Eclipse for C++ so i guess the above won't work.
No, _SECURE_SCL is a feature of STL coming with MSVC, it's not relevant for gcc/linux. So all you can do is to use the hinted insert() and compile with -O3.
Andrew, have you implemented both measures (hinted insert and -O3) or just the latter? Have you measured the inmpact on performance of each of them? Joaquín M López Muñoz Telefónica, Investigación y Desarrollo