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.
-
Notifications
You must be signed in to change notification settings - Fork 0
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.
andk123/Simple-Key-Value-Store
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published