Skip to content

Commit

Permalink
Add TODO(#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
datawater committed Jul 7, 2024
1 parent d820434 commit 2d24859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcmbr/src/cmbr/pgntocmbr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ fn get_fen_from_board(board: &Chess) -> String {
impl CmbrFile {
// TODO(#22): Write tests for CmbrFile::from_ast
// TODO(#28): Split the Headers, Moves and the encountered positions into seperate files and compress them seperatly
// TODO: Reduce the memory footprint of the program
// TODO(#29): Reduce the memory footprint of the program
// Currently the program uses 33x amount of memory as the input file.
pub fn from_ast(
ast: Vec<PgnGame>,
Expand Down

0 comments on commit 2d24859

Please sign in to comment.