Skip to content

rcmgleite/key-value-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

key-value-db

This project contains different implementations of hash maps
Currently developed:

  1. Using a Binary Search Tree as underlying data structure
  2. Using a Dynamic resizing array as underlying data structure

Dependencies:

This project depends on:

  1. googletest
  2. valgrind

How to build

  1. $./configure.sh This step will simply init the git submodule for googletest
  2. $make

Tests

To Run all unit tests, use:
$make test

To Run all tests using valgrind, use:
$make test-valgrind

Obs: All development and testing was made on Arch-Linux x86_64.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published