poem-web / poem

A full-featured and easy-to-use web framework with the Rust programming language.
Apache License 2.0
3.59k stars 290 forks source link

poem 3.0.0 performance downgrade #793

Open rxdiscovery opened 6 months ago

rxdiscovery commented 6 months ago

Hello,

I noticed a slight degradation in performance with poem 3.0.0, and loss of one place in the site ranking : https://web-frameworks-benchmark.netlify.app/result?l=rust

there's a benchmark history on the site, to compare performance trends by date.

is this a problem with the Rust 1.77 compiler, or is it the use of the native async trait?

attila-lin commented 6 months ago

looks like all frameworks have some downgrade with 3.25~