0
0
mirror of https://github.com/honojs/hono.git synced 2024-12-01 11:51:01 +01:00
hono/deno_dist/router/reg-exp-router
Taku Amano d86728b4d1
perf(reg-exp-router): Cache Result<T> instead of T[] if there is no parameter. (#867)
* perf(reg-exp-router): Cache Result<T> instead of T[] if there is no parameter.

* chore: denoify
2023-02-08 06:47:19 +09:00
..
index.ts feat: support Deno! (#336) 2022-07-02 15:09:45 +09:00
node.ts feat(reg-exp-router): Lookup static path by using Object (#845) 2023-01-29 13:55:27 +09:00
router.ts perf(reg-exp-router): Cache Result<T> instead of T[] if there is no parameter. (#867) 2023-02-08 06:47:19 +09:00
trie.ts feat(reg-exp-router): Lookup static path by using Object (#845) 2023-01-29 13:55:27 +09:00