]> git.sesse.net Git - stockfish/commitdiff
Use a map instead of a vector to store UCI options
authorMarco Costalba <mcostalba@gmail.com>
Sat, 11 Apr 2009 10:46:47 +0000 (12:46 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 11 Apr 2009 15:01:08 +0000 (16:01 +0100)
Apart from the teoretical speed increase, the main reason
of this patch is a good amount of code cleanup.

Note that now UCI options are printed in alphabetical
order and not in insertion order as before. Next patch
will take care of restoring old behaviour.

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

No differences found