Skip to content

Simple, but efficient log-structured linked-list style storage in C

License

Notifications You must be signed in to change notification settings

TobleMiner/c-object-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Objectlog

Objectlog is an advanced, overwriting log structure for storage and retrieval of binary data implemented in pure C.
It supports storage of discontinuous data in a discontinuous memory space and is thus ideally suited for platform with fragmented RAM address space.
Since this is a log structure old entries will be overwritten automatically making it a perfect match for all types of time series data.

Usage example

See example.c for a basic usage example.

About

Simple, but efficient log-structured linked-list style storage in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages