pure nim io_uring library

2023-05-09 Thread blackmius
I consider that before adding a library to std, we should first try to implement several working applications on it. To understand how well the current API turned out. Otherwise, several iterations of deprecated are coming. so I invite you to test the library. well, it's worth considering that

pure nim io_uring library

2023-05-09 Thread federico3
I opened to suggest supporting io_uring in the standard library.

pure nim io_uring library

2023-05-08 Thread blackmius
well, I think that curbing io_uring has opened a pandora's box, which entails rewriting a huge part of the existing synchronous code. I'm not only talking about replacing read/write calls in such systems, but also that with io_uring you can create new file descriptors and change their attributes

pure nim io_uring library

2023-05-08 Thread termer
I've been watching development on this for a few weeks, very happy to see it out here. I'll be interested in trying it out. The concurrency model is certainly different, I'd be interested in working on some async lib using this and CPS.

pure nim io_uring library

2023-05-07 Thread blackmius
I stopped changing the implementation often enough, so I think now I can show everyone