Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 870 Bytes

File metadata and controls

59 lines (35 loc) · 870 Bytes

In-Memory-Key-Value-Storages-CPP

Install


To install the In-Memory-Key-Value-Storages-CPP, follow these steps:

  1. Clone or download repository.
git clone https://github.com/tonitaga/In-Memory-Key-Value-Storages-CPP.git
  1. Ensure you have the g++ compiler installed on your system.
  2. Build & Test
make all

or use target only for build

make build
  1. Run the program
make run

Preview


View Choice


In-Memory-Key-Value-Storages-CPP

Storage interactive work view


In-Memory-Key-Value-Storages-CPP

Storages compare view


In-Memory-Key-Value-Storages-CPP

Key-Value generation view


In-Memory-Key-Value-Storages-CPP