More work on UringMachine benchmarks. This validates the work of @ioquatix on the fiber scheduler. We see a marked performance advantage to using Ruby fibers for any I/O-bound workload, including querying PostgreSQL databases.
https://github.com/digital-fabric/uringmachine/blob/main/benchmark/README.md


