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