| ▲ | up2isomorphism 9 hours ago | |
When I am already using things like io_uring already I don’t need any io abstraction. BTW most of applications is totally fine with a UNIX file apis. | ||
| ▲ | toast0 6 hours ago | parent | next [-] | |
Some people would rather have an abstraction over io_uring and kqueue rather than choosing a single API that works everywhere they want to run, choosing to only run on the OS that provides the API they prefer, or writing their loop (and anything else) for all the APIs they want to support. But I agree with you; I'd rather use the thing without excess abstraction, and the standard apis work well enough for most applications. Some things do make sense to do the work to increase performance though. | ||
| ▲ | Xraider72 3 hours ago | parent | prev [-] | |
[dead] | ||