Tom Vijlbrief
Tom Vijlbrief
I fixed the range two days ago: https://github.com/tomtor/HDL-deflate/commit/da8691e1a2d7d38e0c661db1f26a8c730b185c05 FAST is explained in the README. The only reason for `16 * CWINDOW` is to get a buffer (512 bytes) which is...
@vondele https://github.com/glinscott/fishtest/blob/52da7b7f221e8c78089a79f02d43b4cb67528bd4/server/fishtest/rundb.py#L553 Scans all runs every minute. We could calculate nactive for each user there.
@MJZ1977 You should also look at the worker code to get the complete picture, at and below this line https://github.com/glinscott/fishtest/blob/db94846a0db8788fe8a8724678798dcc91d201e8/worker/games.py#L386 See https://github.com/zamar/spsa for the original implementation
> * Are the results corresponding to a specified number of games for a worker @MJZ1977 A worker plays batches of 2*N-CPU games (white/black alternating) and requests a parameter update...
> http://www.askasya.com/post/largeembeddedarrays/ > > Fishtest violates to some extent the design principles of mongodb. I think that if we had a separate task collection, cacheing runs would not be necessary...
I will move the 2018 and 2019 games on the Google drive to separate zip files.
I did 2019.zip (4.5 GB). Now packing 2018.zip (14.9 GB). Will leave the 2018 and 2019 subdirectories in place. The file references shouldn't have changed, so if your script has...
The MongoDb storage has been broken for at least 6 months, probably more. This was fixed with the server upgrade. So that explains a part of the missing files. If...
> it has [0,5] bounds or [0,4] with only changes in numerics In practice only [0,4] tests will only have changes to numeric constants. For those changes I do not...
Yes a separate resources repo is a good idea for the bigger non source items. Git lfs is interesting but adding this to the client is probably non trivial/overkill, unless...