Skip to content

Postfix Optimizations

Latest
Compare
Choose a tag to compare
@trigger-segfault trigger-segfault released this 23 Apr 17:32
· 1 commit to master since this release

Enhancements:

  • Postfixes are no longer fed through every CRC-32 check, and instead are calculated once ahead of time.
  • Matches will skip any remaining combination of the first 4 bytes, as it's impossible to find a second match without changing other bytes in the pattern.