compression icon indicating copy to clipboard operation
compression copied to clipboard

Optimize compression of common opening moves

Open ErdoganSeref opened this issue 1 year ago • 0 comments

Implemented an additional optimization for compressing common opening moves.

The algorithm works by mapping common openings to integers. Then a game is prefix matched to find the longest common opening present in the mapping.

ErdoganSeref avatar Aug 07 '24 14:08 ErdoganSeref