Skip to content

A key value store database written in C that allows a user to read and write to the database. To store the value, the program follows the concept of a shared memory (to be able to retrieve the values from different process life) which later are saved to the disk.

Notifications You must be signed in to change notification settings

andk123/Simple-Key-Value-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Simple-Key-Value-Store

A key value store database written in C that allows a user to read and write to the database. To store the value, the program follows the concept of a shared memory (to be able to retrieve the values from different process life) which later are saved to the disk. Also, to solve the problem of the readers and writers, and allow concurrency, the program is implemented with semaphores.

About

A key value store database written in C that allows a user to read and write to the database. To store the value, the program follows the concept of a shared memory (to be able to retrieve the values from different process life) which later are saved to the disk.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published