]> git.ipfire.org Git - fireperf.git/commit
workers: Prototype implementation with IO uring
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 28 Sep 2024 14:50:41 +0000 (14:50 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 28 Sep 2024 14:50:41 +0000 (14:50 +0000)
commit129b4966d390663a4193f8652b2a7efcb3deca30
tree1d6f852f5ee15af7766f68bbd6ca3b1e86e6e618
parente32d2be849706863f5595c11dff7a69f3678aec0
workers: Prototype implementation with IO uring

This should help us to reduce the number of syscalls that we have to
perform which are the bottleneck whenever we benchmark anything.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/client.c
src/server.c
src/worker.c
src/worker.h