~ntietz/isabella-db#15: 
Store simpler structures inside Game

Right now we're storing the relatively complicated structs inside of Games. We are storing, for example, both Chess and Move from the shakmaty crate. These are large with a lot of fields and are tough to serialize and deserialize. Instead, we could store the (probably smaller) FEN strings and UCI moves, which we can convert into Chess and Move, either at load time or upon demand.

Status
RESOLVED IMPLEMENTED
Submitter
~ntietz
Assigned to
No-one
Submitted
2 years ago
Updated
1 year, 3 months ago
Labels
No labels applied.

~ntietz REPORTED IMPLEMENTED 2 years ago

Nicholas Tietz-Sokolsky referenced this ticket in commit 7c70154.

~ntietz 1 year, 3 months ago

Nicole Tietz-Sokolskaya referenced this ticket in commit 400808c.

Register here or Log in to comment, or comment via email.