Pure fiber/io_uring benchmarks reflect synthetic IO-only scenarios. Real applications — especially mature Rails apps — do a lot of object allocation, data copying, and template rendering, so the practical benefit of a fiber/io_uring scheduler is smaller than the microbenchmarks suggest. Sharon recommends Jean Boussier's 'The Mythical IO-Bound Rails App' for a detailed discussion.