perf: Optimisations for parsing between options

Added a specific parse try function which takes the essence of
list.fold_until but makes it specific for fn(String)->Result(#(a,
String),Nil) parsers

???

??
This commit is contained in:
2025-09-14 11:44:08 +01:00
parent 428bd53002
commit 1174a17c97
4 changed files with 108 additions and 110 deletions

View File

@@ -7,3 +7,7 @@
## v2.0.0
- Removed types.Uri. Now gluri uses the stdlib Uri type (and empty)
## v2.0.1
- Improved parsing performance slightly and reduced memory usage up to 50%