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.
- Host: GitHub
- URL: https://github.com/sarthakmakhija/memcore
- Owner: SarthakMakhija
- Created: 2024-07-14T08:55:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T14:58:33.000Z (almost 2 years ago)
- Last Synced: 2025-04-28T14:52:43.475Z (about 1 year ago)
- Topics: application-partitioning, in-memory, kv, shared-nothing, thread-per-core
- Language: Rust
- Homepage:
- Size: 25.4 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Memcore (Work in progress)
[](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.