Jack Kelly

Results 285 issues of Jack Kelly

When constructing the object store adaptor. Then we can instantiate oue internal queues with_capacity

enhancement
usability

`iostat -xm -t 1 -p nvme0n1` shows that the average queue length is only about 4, when running io_uring local on my laptop. `fio` is better at keeping the queue...

enhancement

When we `get`, we need to find the filesize. We currently do that in a blocking fashion. Let's use io_uring. `statx` takes a pathname, so we don't need to open...

enhancement
performance

At the moment, if the worker thread can panics, then the process as a whole continues. Instead, if a thread panics, then the whole process should panic. I tried setting...

enhancement
usability

And write unit test.

enhancement
usability

Need to use direct mode, first: #51

performance

Write up results in this issue: https://github.com/apache/arrow-rs/issues/4631

enhancement
performance

## Blocked by: - [ ] #110

A bit like `fio`. Automatically create files. ## Allow users to select: - [ ] `lsio` IO backend - [x] directory - [x] number of files - [x] chunksize -...

enhancement
performance
testing_benchmarking_CI