Closed ChStark closed 3 years ago
Taking Router instance creation outside of handler to avoid the creation of an instance on each request
Each request creates its own block, so I think this improvement doesn't make sense of speed. Is it wrong?
Curious to know this as well, @ChStark did you do any benchmarks?
Taking Router instance creation outside of handler to avoid the creation of an instance on each request