godis icon indicating copy to clipboard operation
godis copied to clipboard

considere more redis-style IO model?

Open JOSEFAzyq opened this issue 1 year ago • 4 comments

The current IO model is not s~~~~~o Redis-style.Could I make some contribute,make this more Redis-style?

JOSEFAzyq avatar Nov 28 '23 07:11 JOSEFAzyq

i think the author doesn't plan to change to ae model.

dengyunsheng250 avatar Dec 05 '23 09:12 dengyunsheng250

Since it's a study-project~ why not~

JOSEFAzyq avatar Dec 06 '23 12:12 JOSEFAzyq

Netpoller has huge advantages in readability and acceptable performance, and it takes advantage of goroutine. So there are no plans to use the epoll model for the time being.

But I am still very interested in io_uring

HDT3213 avatar Dec 11 '23 05:12 HDT3213

Redis style is not one of the goals. Godis even has a very un-redis style concurrency engine

HDT3213 avatar Dec 11 '23 05:12 HDT3213