Xuanwo
Xuanwo
actix-files already employs tokio_uring, making it worthwhile to give it a shot.
~~It's also worth to take a look over: https://github.com/spacejam/rio~~ It's `GPL-3.0` unless we become spacejam's github sponsors.
> Can I get to know which blocked it? Using `tokio_uring` requires additional runtime setup that goes against OpenDAL's [VISION](https://opendal.apache.org/docs/vision/). I am exploring alternatives to enable us to use io_uring...
> You mean that opendal core codebase can not require some special rust runtime instance (for example tokio), we need to find some io_uring instance just return Furture? Exactly!
> Here the nuclei author, I am writing the new ring design. Looking forward to your project!
Congrats! > In addition to that, here is the benchmark comparison with Epoll for HTTP server: https://vertexclique.github.io/nuclei/#/benches A small feedback: the website seems broken for css missing.
> Is it readable at least? Yep, ok to read 
Tracked at https://github.com/apache/opendal/issues/4520. We will start a new issue once we start this work.
cc @tisonkun, do we have a full list of reviewed github actions?
All external (except `github/*`, `actions/*`, `apache/*`) github actions we used includes: - `benchmark-action/github-action-benchmark` - `PyO3/maturin-action` - `beyondstorage/setup-hdfs` - `Swatinem/rust-cache` - `korandoru/hawkeye` - `taiki-e/install-action` - `amondnet/vercel-action` - `ibnesayeed/setup-ipfs` - `baptiste0928/cargo-install`