light-speed-io icon indicating copy to clipboard operation
light-speed-io copied to clipboard

Maybe the `HIGH_WATER_MARK` idea doesn't make sense?!

Open JackKelly opened this issue 1 month ago • 0 comments

Maybe we should simplify the code, so we just fill the io_uring submission queue until len(sq) + len(cq) - MAX_ENTRIES_PER_ITERATION >= SQ_LEN. Don't bother with the HIGH_WATER_MARK idea. I'm not sure it makes sense?

I should probably benchmark though!

JackKelly avatar May 21 '24 16:05 JackKelly