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:
@@ -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%
|
||||
|
||||
Reference in New Issue
Block a user