Snapchat / KeyDB

A Multithreaded Fork of Redis
https://keydb.dev
BSD 3-Clause "New" or "Revised" License
11.02k stars 564 forks source link

[NEW] liburing support could boost keydb #403

Open osevan opened 2 years ago

osevan commented 2 years ago

Maybe liburing could improve performance for stream sockets.

https://unixism.net/loti/tutorial/webserver_liburing.html

osevan commented 2 years ago

https://www.phoronix.com/scan.php?page=news_item&px=Linux-5.18-IO_uring

wenerme commented 2 years ago

If https://github.com/dragonflydb/dragonfly really gianing performence by using io_uring, maybe keydb should look into using io_uring too. source https://news.ycombinator.com/item?id=31560547