We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
object_store
Following on from issue #27, here's a concrete plan for the next steps:
IoUringLocal
IoUringLocal::get*
io_uring
ObjectStore::get*
fio
BatchObjectStore
get_batch(Vec<operations>) -> Stream
impl BatchObjectStore for IoUringLocal
get_batch
IoUringLocal::get_batch
The text was updated successfully, but these errors were encountered:
Instead of this "meta issue", let's use a milestone: https://github.com/JackKelly/light-speed-io/milestone/1
Sorry, something went wrong.
Two updates:
ObjectStore
async
await
JackKelly
No branches or pull requests
Following on from issue #27, here's a concrete plan for the next steps:
IoUringLocal
struct #29IoUringLocal::get*
methods which useio_uring
under the hood. #30ObjectStore::get*
vsIoUringLocal::get*
vsfio
(using a local SSD). #31BatchObjectStore
trait. Start with just a single method:get_batch(Vec<operations>) -> Stream
. #32impl BatchObjectStore for IoUringLocal
. Implement justget_batch
. #33IoUringLocal::get_batch
#34object_store
folks. #35The text was updated successfully, but these errors were encountered: