https://github.com/tonitaga/in-memory-key-value-storages-cpp
  
  
    A console application that allows you to interactively work with key-value pair stores such as 'HashTable [unordered_map]' and 'Red Black Tree [map]'. Allows to make comparison of basic operations between storages. 
    https://github.com/tonitaga/in-memory-key-value-storages-cpp
  
command-pattern cpp17 factory-pattern hashtable model-view-viewmodel red-black-tree
        Last synced: 8 months ago 
        JSON representation
    
A console application that allows you to interactively work with key-value pair stores such as 'HashTable [unordered_map]' and 'Red Black Tree [map]'. Allows to make comparison of basic operations between storages.
- Host: GitHub
 - URL: https://github.com/tonitaga/in-memory-key-value-storages-cpp
 - Owner: tonitaga
 - License: mit
 - Created: 2023-10-08T20:55:42.000Z (about 2 years ago)
 - Default Branch: main
 - Last Pushed: 2023-10-16T14:14:16.000Z (about 2 years ago)
 - Last Synced: 2025-01-03T10:46:03.599Z (10 months ago)
 - Topics: command-pattern, cpp17, factory-pattern, hashtable, model-view-viewmodel, red-black-tree
 - Language: C++
 - Homepage:
 - Size: 183 KB
 - Stars: 1
 - Watchers: 0
 - Forks: 0
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE
 
 
Awesome Lists containing this project
README
          # In-Memory-Key-Value-Storages-CPP
## Install
---
To install the In-Memory-Key-Value-Storages-CPP, follow these steps:
1. Clone or download repository.
```shell
git clone https://github.com/tonitaga/In-Memory-Key-Value-Storages-CPP.git
```
2. Ensure you have the g++ compiler installed on your system.
3. Build & Test
```shell
make all
```
or use target only for build
```shell
make build
```
4. Run the program
```shell
make run
```
## Preview
---
### View Choice
---

### Storage interactive work view
---

### Storages compare view
---

### Key-Value generation view
---
