]> git.sesse.net Git - stockfish/commitdiff
Use std::vector to implement HashTable
authorMarco Costalba <mcostalba@gmail.com>
Sat, 31 Mar 2012 11:15:57 +0000 (12:15 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 31 Mar 2012 18:07:11 +0000 (19:07 +0100)
Allows some code semplification and avoids directly
allocation and managing heap memory.

Also the usual renaming while there.

No functional change and no speed regression.

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

No differences found