Aaron Boxer

Results 202 comments of Aaron Boxer

@Dudemanguy freebsd build fails on rsync error. Are you able to kick off another build ?

@Dudemanguy thanks a lot for the review - I'm putting this PR on hold for the moment, as I may have a better design for the vo based on the...

Closing this in favour of https://github.com/mpv-player/mpv/pull/10533

Nice work, hopefully we can get this merged soon. One issue I found : I ran the branch with the following pipeline: `--hwdec=vaapi --vo=vaapi-wayland`, which shouldn't require conversion, and yet...

related issue: https://github.com/axboe/liburing/issues/511

> May I get more details: > > 1. Is it buffered/direct write > 2. Do you observe the cpu usage when it goes up from 4 therads to 32...

@HowHsu I have added CPU usage measurements above.

@axboe thanks, good to know. My use case is for writes to a single file. When you mention `file lock`, do you mean a lock that the kernel takes when...

Thanks! I will look into multiple rings. And I do think O_DIRECT works for my use case - going to do some experimentation.