-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crates.io? #34
Comments
Hello @l1an0 . Yes, this is a nascent library so it will take us some time. One of the impediments now is that crates.io only allow packages that depend on other crates and we have some direct git dependencies for unmerged code on I have experimental patches that import that code directly temporarily. Give us a couple of days and it should be on crates. Thanks! |
quick update on this: We'll get there. |
I just opened ringbahn/uring-sys#22 and ringbahn/uring-sys#23 |
@glommer Is it possible to separate executor and There are many scenarios where we only need a one thread per core system and don't need |
Are you proposing not doing I/O, or doing I/O through something else other than io_uring ? |
@glommer In my case not doing I/O. |
right, but are you not doing File I/O or any kind of I/O? io_uring in Scipio is responsible for:
I feel like it would be too crippling. All the code we wrote that is needed for io_uring at this point was merged in the io_uring crates. So I don't see a lot of appeal in making that optional. |
@glommer Thanks for your reply :) |
My pleasure! Please stick around, we'll have a chat soon (follow the discussion on #126). Despite the roadblock with io_uring, I should be able to publish on crates as early as this week. I will temporarily copy the io_uring code to unblock us. |
Thanks. I was thinking about if we are not doing I/O ( or we can use something else for I/O), then the lib can be used on systems with an older kernel (since most environments in my company runs on old kernel and I cannot change that ) |
I understand your point. There are advantages in supporting multiple environments but disadvantages too, as complexity grows. |
It seems that this library is not on crates.io. Any plan to publish it?
The text was updated successfully, but these errors were encountered: