Skip to content

Optimize and simplify parser

Compare
Choose a tag to compare
@0xTim 0xTim released this 26 Apr 13:40
· 39 commits to main since this release
4fcc81d
This patch was authored by @siemensikkema and released by @0xTim.

Use more efficient parsing of multipart bodies to improve performance to near the level of the old C parser (~8% slower). Resolves #58 and replaces #59. Thanks to @edwellbrook for the initial test case and @weissi for help on parser performance 🙏🏻