10 ms·
> We are interested in making OTAP pipelines safely embeddable, through strict controls on memory and through support for thread-per-core runtimes. I'm curious
by KAdot 1y ago
> We are interested in making OTAP pipelines safely embeddable, through strict controls on memory and through support for thread-per-core runtimes.
I'm curious about the thread-per-core runtimes, are there even any mature thread-per-core runtimes in Rust around?
- jauntywundrkind 1y agoglommio is pretty well respected. https://www.datadoghq.com/blog/engineering/introducing-glommio/ https://www.datadoghq.com/blog/engineering/introducing-glomm... https://github.com/DataDog/glommio https://github.com/DataDog/glommio ByteDance also has their very fast monio. https://github.com/bytedance/monoio https://github.com/bytedance/monoio Both integrate io-uring support for very fast io.
- lquerel 1y ago[dead]