ianfab / fishtest

distributed chess variant engine testing
http://variantfishtest.org
5 stars 0 forks source link

Keep a cache of compiled SF binaries. #14

Closed vondele closed 5 years ago

vondele commented 6 years ago

As discussed in https://github.com/glinscott/fishtest/pull/258 and requested by @ppigazzini

keep the 25 most recent binaries on the worker, and reuse instead of recompile.

This should allow to further reduce the batch size without having the compile overhead.

ppigazzini commented 6 years ago

@ddugovic you should merge this companion SF PR always from @vondele

ddugovic commented 6 years ago

@ppigazzini OK. After @official-stockfish makes a decision I will either pull-from-upstream or merge it.

vondele commented 5 years ago

Can this be closed by now?

ianfab commented 5 years ago

@vondele Thanks, and sorry for the long delay, I have somehow completely missed this PR. I will merge it soon.