Commit Graph

6 Commits

Author SHA1 Message Date
Yoshua Wuyts b5a7dc0389 fix formatting on nest 2021-10-25 17:33:59 +02:00
Vic Demuzere eb2073113f
Add benchmark for nested routers 2021-10-21 21:07:16 +02:00
Yoshua Wuyts 0a86455413 restore router bench 2020-11-12 13:59:16 +01:00
Yoshua Wuyts d32e638d93 temp disable bench code 2020-11-12 13:53:39 +01:00
Jacob Rothstein 68c2c81f67
remove unnecessary `move`s 2020-06-10 14:22:32 -07:00
Friedel Ziegelmayer d241f21d36
Improve performance (#474)
* benchmark: router.route

* refactor(server): reduce allocations

* one clone less

* one less box

* avoid allocations in StripPrefixEndpoint

* middleware: lazy cookies

* fix: do not set content type twice

* cleanup

* fix workflow

* fix double block
2020-05-23 00:56:08 +02:00