thomasp85 / fiery

A flexible and lightweight web server
https://fiery.data-imaginist.com
Other
240 stars 12 forks source link

Get overview of potential performance bottlenecks #9

Open thomasp85 opened 7 years ago

thomasp85 commented 7 years ago

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

cpsievert commented 6 years ago

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