From: Marco Costalba Date: Sat, 11 Apr 2009 10:46:47 +0000 (+0200) Subject: Use a map instead of a vector to store UCI options X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=f0701e2b0f4283ba558e7d8cab8e41cf11a19cdd;hp=f0701e2b0f4283ba558e7d8cab8e41cf11a19cdd Use a map instead of a vector to store UCI options 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 ---