An open API service indexing awesome lists of open source software.

https://github.com/sarthakmakhija/memcore

In-memory KV with thread-per-core model following shared-nothing architecture.
https://github.com/sarthakmakhija/memcore

application-partitioning in-memory kv shared-nothing thread-per-core

Last synced: 10 months ago
JSON representation

In-memory KV with thread-per-core model following shared-nothing architecture.

Awesome Lists containing this project

README

          

# Memcore (Work in progress)
[![build](https://github.com/SarthakMakhija/memcore/actions/workflows/build.yml/badge.svg)](https://github.com/SarthakMakhija/memcore/actions/workflows/build.yml)

Thread-per-core implementation of in-memory kv. This repository is to learn thread-per-core concept with application
level partitioning (shared-nothing). It is more or less a port of [Sphinx](https://github.com/penberg/sphinx) in Rust.