]> git.sesse.net Git - stockfish/commitdiff
Revert "Use std::stable_sort() instead of std::sort()"
authorMarco Costalba <mcostalba@gmail.com>
Sun, 11 Oct 2009 08:35:41 +0000 (10:35 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Mon, 12 Oct 2009 07:36:23 +0000 (09:36 +0200)
Unfortunatly std::stable_sort() implementation in gcc is
horrendously slow. We have a big performance regression on
Linux systems (-20% !)

So revert the commit and wait to fix the issue in a different
way, perhaps with an our home grown sorting, that should be
comparable in speed with std::sort()

Signed-off-by: Marco Costalba <mcostalba@gmail.com>

No differences found