HackerTrans
TopNewTrendsCommentsPastAskShowJobs

espoal

no profile record

Submissions

Awesome io_uring Repository

github.com
4 points·by espoal·4 ปีที่แล้ว·1 comments

comments

espoal
·ปีที่แล้ว·discuss
Why the compiler can't detect it will not be used? Tree shaking is well implemented in Javascript compilers, an ecosystem which extensively suffer from this problem. It should be possible to build a dependency graph and analyze which functions might actually end up in the scope. After all the same is already done for closures.
espoal
·2 ปีที่แล้ว·discuss
Isn't Mozilla cash strapped?
espoal
·2 ปีที่แล้ว·discuss
Intermediate causal step. A bad diet (high glycemic diet) will increase insuline response, whose efficacy will be down regulated through several mechanisms, including accumulation of fat around our internal organs, which in turn further increase insuline resistance.
espoal
·3 ปีที่แล้ว·discuss
I'm building one: https://github.com/yottaStore/yottaStore
espoal
·3 ปีที่แล้ว·discuss
io_uring it's not about batching. io_uring is about a new concurrency model based on ring buffers
espoal
·3 ปีที่แล้ว·discuss
I will add this to my awesome collection: https://github.com/espoal/awesome-iouring
espoal
·3 ปีที่แล้ว·discuss
i think it should be br[i]
espoal
·3 ปีที่แล้ว·discuss
added to awesome-iouring https://github.com/espoal/awesome-iouring
espoal
·4 ปีที่แล้ว·discuss
glad io_uring is gaining traction.

If you plan on using it, or just want to learn more about it, check this out:

https://github.com/espoal/awesome-iouring
espoal
·4 ปีที่แล้ว·discuss
`io_uring` is posed to become a revolutionary interface for the linux kernel, but at the moment using it is not a trivial task, as there are not many implementations and the interface is in a continuous flux.

I created `awesome-iouring` to collect examples, libraries, articles and tutorials, that hopefully will help other engineers to implement `io_uring` in their projects.