]> git.sesse.net Git - stockfish/commit
Avoid unnecessary creation of accumulator cache
authorCiekce <44617491+Ciekce@users.noreply.github.com>
Mon, 29 Apr 2024 00:45:56 +0000 (01:45 +0100)
committerDisservin <disservin.social@gmail.com>
Wed, 1 May 2024 12:10:57 +0000 (14:10 +0200)
commiteb20de36c05b4101af37b2bf3783c570a47bb1cc
tree51ef240191787bf61580dc6c60234d08fbd5ed6d
parent5d720325596699ceba2743776cb39f9cea1754f5
Avoid unnecessary creation of accumulator cache

Saves a (currently) 800 KB allocation and deallocation when running
`eval`, not particularly significant and zero impact on play but not
necessary either.

closes https://github.com/official-stockfish/Stockfish/pull/5201

No functional change
AUTHORS
src/evaluate.cpp