/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-trierouter-e16955ad4c61-trierouter-s0544-c0000.md
TrieRouter - hono-docs
TrieRouter Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt trierouter Summary TrieRouter is the r...
TrieRouter
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#trierouter
Summary
TrieRouter is the router using the Trie-tree algorithm. Like RegExpRouter, it does not use linear loops. This router is not as fast as the RegExpRouter, but it is much faster than the Express router. Trie...
Content
TrieRouter is the router using the Trie-tree algorithm. Like RegExpRouter, it does not use linear loops.
This router is not as fast as the RegExpRouter, but it is much faster than the Express router. TrieRouter supports all patterns.