Skip to content

Speed Improvements

Compare
Choose a tag to compare
@PhilippeSigaud PhilippeSigaud released this 17 Apr 16:45
· 124 commits to master since this release

This is a patch release that brings a drastic speed improvement: due to a mistake in the use of std.algorithm.mutation.remove, an array grew to a massive size and memoization was never reenabled.
With this patch, in some tests the parsing of a big Extended Pascal file went from 13 minutes down to 17 seconds!