Skip to content

traysh/key-value-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

key-value-db

This project is a simple implementation of a hash-map.
The underlaying data structure of this implementation is a Binary Search Tree.

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

Languages

  • Objective-C 99.7%
  • Other 0.3%