]> git.sesse.net Git - stockfish/commitdiff
Use a std::vector to store searchMoves
authorMarco Costalba <mcostalba@gmail.com>
Sun, 1 Apr 2012 11:26:14 +0000 (12:26 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 1 Apr 2012 11:45:43 +0000 (12:45 +0100)
A std::set (that is a rb_tree) seems really
overkill to store at most a handful of moves
and nothing in the common case.

No functional change.

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

No differences found