projects
/
stockfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
7eb6a48
)
Use a std::vector to store searchMoves
author
Marco Costalba
<mcostalba@gmail.com>
Sun, 1 Apr 2012 11:26:14 +0000
(12:26 +0100)
committer
Marco 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