RiRi
A rapid, low-latency, in-memory key-value data engine.
Install / Use
/learn @ad4rsh2701/RiRiREADME
RiRi: A rapid, low-latency, in-memory key-value data engine
RiRi is a fast, secure and lightweight key-value data engine (like a caching system) built in C++23.
Roadmap
[#] Root Data Structure for the Data Store: DONE (Using `ankerl::unordered_dense::map`)
[#] Lower level functions/helpers for modifying the Data Store: DONE
[#] Custom Response System for handiling requests, error and validation: DONE
[ ] User level functions/commands for inserting/fetching the data: IN PROGRESS
[ ] First library build: IN PROGRESS
[ ] Thread Safety and Multi-threading: PLANNED NEXT
[ ] Data Persistance and Recovery
