Are there articles about moving from liburing to lower level system calls #1179
Replies: 1 comment 2 replies
-
Oh, frankly I don't think it's a good idea at all. First it takes me 2.2 seconds to build a freshly cloned liburing without tests/examples with one thread. Parallelize it with Harder to be convincing with deps, but liburing is already a low[est] level library not doing much but forwarding to the kernel, while hiding a lot of boiler plate code inside. And it doesn't have any dependencies itself, not a dependency hell situation here. With that being said, I have a feeling you won't find any articles, you'd just need to read through liburing and copy from |
Beta Was this translation helpful? Give feedback.
-
I'm thinking about trying to make this transition with this program. The reason being to remove the dependency and improve build times. I'm not sure how soon I'll be able to make this move so I also welcome thoughts on how to improve the current implementation. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions