compression icon indicating copy to clipboard operation
compression copied to clipboard

Chess clock and move compression algorithms for lichess.org

Results 3 compression issues
Sort by recently updated
recently updated
newest added

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...

Current pull requests are stale because there is no benchmark to evaluate them. JMH can be used to implement those benchmarks. The benchmarks should measure compression ratio, compression speed and...