0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-21 18:18:57 +01:00
hono/benchmarks
Taku Amano 92513d0527
feat: RegExpRouter (#109)
* Make the Router abstract class.

* Introduce RegExpRouter.

* Add RegExpRouter to benchmark target.

* Optimize for special short routes.

```
* "*"
* "/path/to/*"
* "/path/to/*/content"
```

* Add assertion to `add` method.
2022-02-20 19:14:46 +09:00
..
handle-event feat: RegExpRouter (#109) 2022-02-20 19:14:46 +09:00
webapp perf: Speed up to calculate content-length (#67) 2022-01-27 09:09:54 +09:00