It would be interesting to see if Profile-Guided Optimization (PGO) could help achieve better performance characteristics in PgCat. A good starting point could be: * [Rust docs about PGO](https://doc.rust-lang.org/rustc/profile-guided-optimization.html) * [Kobzol blog](https://kobzol.github.io/rust/rustc/2022/10/27/speeding-rustc-without-changing-its-code.html) * [cargo-pgo](https://github.com/Kobzol/cargo-pgo) * [Repo about different PGO applications](https://github.com/ZaMaZaN4iK/awesome-pgo) Honestly not sure, if it could bring more QPS but probably can reduce CPU-overhead on PgCat side.