In Memory Database - A popular assignment question I found Interesting.
-
Updated
Aug 15, 2022 - Python
In Memory Database - A popular assignment question I found Interesting.
This is a small toy email notifier to easily send your friend an email using Python.
Redis like an in-memory distributed key-value store
The in-memory KVS uses the Trie-tree as the main in-memory data structure for achieving high insert and lookup performance. For concurrency, this KVS uses Spin-lock mechanism to avoid race conditions and guarantee mutual exclusion.
Livedb simplifies storing and retrieving key-value pairs with minimal setup. Access your data from anywhere using HTTP requests and integrate it into your projects with pre-built libraries.
Add a description, image, and links to the inmemory-db topic page so that developers can more easily learn about it.
To associate your repository with the inmemory-db topic, visit your repo's landing page and select "manage topics."