tokio-rs / io-uring

The `io_uring` library for Rust
Apache License 2.0
1.16k stars 129 forks source link

inline Entry::clone #265

Closed s3bk closed 5 months ago

s3bk commented 5 months ago

It showed up in in the profiler.

quininer commented 5 months ago

Thanks for the PR, I have fixed the ci issue on master, can you rebase it?

s3bk commented 5 months ago

Not exactly what you requested, but I am a git noob... I hope it works. I also have another PR ready once this is done to address the repeated flag reads.

s3bk commented 5 months ago

Or just add the inline yourself, a PR is overkill.

quininer commented 5 months ago

Thank you!