]> git.sesse.net Git - stockfish/commit
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)
commitd6b04c27989bba77b23474f5b6f75974c7199644
tree0bdf5b3a9f25d8c25533123440544cf434fbfd98
parente2e249eabd2493e2bb9e5e017aafaac074a706ef
Revert "Use std::stable_sort() instead of std::sort()"

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>
src/move.h
src/movepick.cpp
src/ucioption.cpp