Skip to content

v1.6.3

Compare
Choose a tag to compare
@krulis-martin krulis-martin released this 18 Jul 14:54
· 59 commits to master since this release

Changelog

  • Token judge performance optimizations (introducing approximate LCS algorithm for long lines).

Commits

4848ee7 Approximate version of LCS algorithm implemented to speedup line comparator (when lines have too many tokens).
a00a1c7 Line comparator optimized to look for common prefixes and suffixes (to reduce amount of tokens entering to LCS algorithm).
97b9072 Add source directory to cmake command in appveyor