(no title)
SableDb | 1 year ago
I will release some design documents later on (hopefully this month). Remember that is a one man project (hopefully, not for long), so it takes time to organize everything :)
SableDb | 1 year ago
I will release some design documents later on (hopefully this month). Remember that is a one man project (hopefully, not for long), so it takes time to organize everything :)
PlutoIsAPlanet|1 year ago
KVRocks
SableDB KVRocks seems faster but certainly not a bad startSableDb|1 year ago
vlovich123|1 year ago
theossuary|1 year ago
SableDb|1 year ago
Each incoming connection is assigned to a worker thread, and two tokio tasks are created for the connection (one for reading and another for writing).
Using tokio allowed me to use the `async` code without using "callback hell" so the code looks clean and readable in a single glance without the need to follow callbacks