fiery icon indicating copy to clipboard operation
fiery copied to clipboard

Get overview of potential performance bottlenecks

Open thomasp85 opened this issue 7 years ago • 1 comments

At the moment the event cycle should be a zero-operation unless handlers have been attached. Still, I need to look into the efficiency of the cycle, as well as the event flushing mechanism to make sure it is as performant as possible

thomasp85 avatar Jul 14 '17 06:07 thomasp85

Relevant example in https://github.com/thomasp85/fiery/issues/34 where the route handler appears to be called twice

cpsievert avatar Jun 19 '18 17:06 cpsievert