Can anyone share thoughts on how rack 3 could improve the future of Ruby/Rails performance?

Rack 3 has better support for web servers like Falcon[0] that are designed to take advantage of async or blocking vs non-blocking IO throughout the stack.

Maybe the same for Puma?

[0]: https://github.com/socketry/falcon