Skip to content

WIP Rust rewrite of server code for Ruko, a simple-to-use, in-memory JSON database

Notifications You must be signed in to change notification settings

rukodb/ruko-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruko Server

This is a rewrite of ruko-server_cpp in Rust. It is very much so still work in progress with only a small amount of boilerplate code.

The goal of this rewrite is to be as performant as possible (throughput and low latency), implementing arbitrary concurrency by using multiple worker threads sharded across keys.

About

WIP Rust rewrite of server code for Ruko, a simple-to-use, in-memory JSON database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages