aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-05-07 23:34:39 +0800
committer魏曹先生 <1992414357@qq.com>2026-05-07 23:34:39 +0800
commit2d1157ae0fc1c2bc3ad6ec20e64e2f8e8757524b (patch)
tree286d89b016e9a315e95aee3d533fc417376d3ff0 /CHANGELOG.md
parent5dbf91c920c64f47236771eec374eeea20838d88 (diff)
Document the dispatch_tree feature for O(n) to O(len) lookup
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e4adeff..583766d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -35,6 +35,8 @@ fn proc(prev: HelloEntry) -> ChainProcess<ThisProgram> {
}
```
+3. **\[mingling\]** Added the `dispatch_tree` feature. When enabled, it will automatically generate a prefix tree, improving the command lookup efficiency from O(n) to O(len)
+
#### **BREAKING CHANGES**:
None