You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Evaluate if rocksdb can be a valid alteranative to the binary, custom, SCID4 database format.
PRO:
-- less code to maintain
-- portable format
CONS:
-- external dependency, less easy for users to compile
-- very long compilation times
SCID supports chess960
Add a scripts/bench_codec.tcl
Create a rocksdb branch
Change CMakeFile.txt to download, compile and link rocksdb
Create a simple, default CodecRocksDB and measure the performance (3 hrs)
Evaluate if rocksdb can be a valid alteranative to the binary, custom, SCID4 database format.
PRO:
-- less code to maintain
-- portable format
CONS:
-- external dependency, less easy for users to compile
-- very long compilation times
The text was updated successfully, but these errors were encountered: