Welcome to light-speed-io Discussions! #11
Replies: 2 comments 6 replies
-
Hey there! I know the project is currently on hold, but I was wondering if the code is currently in a working state? Not as something that can be used in any official capacity, but I'm trying to implement something much simpler (with Assuming it is, can I ask where file descriptors are handled in the workflow? For example, looking here, https://github.com/JackKelly/light-speed-io/blob/main/crates/lsio_uring/src/sqe.rs#L99, it's not clear to me where this file descriptor was ever set, starting from GetRanges, then going into GetRange, etc... The code seems to assume it's set, but I don't see it being set anywhere. |
Beta Was this translation helpful? Give feedback.
-
I'm curious, once you did set up all the logic, what kind of benchmarks did you run? Specifically, did you compare reading a big-ish file in multiple chunks to reading multiple smaller files (the latter probably having more overhead than the former, because of the need to open more files)? And what did you compare against? |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
Beta Was this translation helpful? Give feedback.
All reactions