Hacker News new | ask | show | jobs
by FridgeSeal 816 days ago
> Starting ntex v0.5 async runtime must be selected as a feature. Available options are glommio, tokio or async-std.

Ooohhh it has Glommio support! Very cool! A very cool runtime that deserves more attention/package support.

1 comments

What's very cool about it?
Thread-per-core style, with executors pinned to cores/core-regions. IO_URING and DirectIO support, and a bunch of nice utilities to make working with the thread-per-core style and sharding easy, including a neat utility to automatically mesh all your executors together with incoming outgoing channels.