perf: Improved dec_octet parsing

Removed the list folding method and reverted to a standard
try_parser/parse_this_then method as used in the rest of the parser
This commit is contained in:
2025-09-14 21:28:30 +01:00
parent 2ee6741308
commit 6131aa01e7
4 changed files with 114 additions and 34 deletions

View File

@@ -11,3 +11,4 @@
## v2.0.1
- Improved parsing performance slightly and reduced memory usage up to 50%
- Significantly improved IPV4 parsing performance