Commit 3f8a932
committed
🔖 release v1.7.3
## 1.7.3
* [PERF] speed up decode for flat and mixed query workloads via structured-key pre-scan, flat-query early return, and parse/merge bypass when safe
* [PERF] optimize decode tokenization/list hot paths with capped splitting for String/RegExp/Pattern delimiters, capped comma splitting, and lower-overhead substring/index usage
* [FIX] tighten strict list-limit behavior and list-growth detection (including root `[]` map input, scalar→list transitions, and ignoring `[]=` substrings inside values)
* [CHORE] add targeted decode regression coverage for new fast paths and delimiter/list-limit edge cases
* [CHORE] add `tool/decode_perf_snapshot.dart` for repeatable decode perf snapshots and remove obsolete JS-style `slice` list/string extensions1 parent 3d6fba7 commit 3f8a932
2 files changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
1 | 9 | | |
2 | 10 | | |
3 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments