From: Martin Quinson Date: Thu, 26 May 2016 22:22:05 +0000 (+0200) Subject: use unordered_map instead of map for sake of speed X-Git-Tag: v3_14~1156 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ed511a15702f5a82f740888d43348bc1c7e07205?hp=ed511a15702f5a82f740888d43348bc1c7e07205;ds=sidebyside use unordered_map instead of map for sake of speed an also hopefully to avoid a FTBFS on travis: /home/travis/build/simgrid/simgrid/src/smpi/private.hpp:13:36: error: wrong number of template arguments (2, should be 4) /usr/include/boost/detail/container_fwd.hpp:132:73: error: provided for ‘template class std::map’ ---