Skip to content

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.

License

Notifications You must be signed in to change notification settings

tonitaga/In-Memory-Key-Value-Storages-CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published