Skip to content

TinyIndex is a simple Persistent Key-Value storage as a part of a Master's course

Notifications You must be signed in to change notification settings

malvag/tinyIndex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# tinyLog library

### At the time of turnin:

Fixed every bug from previous submissions

You can compile the library with my test using:
```bash
make

mkdir <data_directory>

# The default test will
#   - create 10000 kv pairs
#   - read 10000 of them
#   - and iterate with scan all of them
./test <data_directory>


# for cleanup
make clean

```

About

TinyIndex is a simple Persistent Key-Value storage as a part of a Master's course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published