reitit

namenu 2024-05-02T12:10:20.167649Z

It's probably in the documentation, but I couldn't find it, so I'm leaving a question here. Will there be any performance issues if I enable validator in production as well?

namenu 2024-05-02T12:11:06.949749Z

oops I mean reitit.ring.spec/validate

ikitommi 2024-05-02T12:15:30.074899Z

Only if you create routers dynamically - the penalty is just in router creation (+ small hit in startup time)

namenu 2024-05-02T12:27:49.294849Z

Thanks! I think I'll never want to create routers dynamically in any situation.