Skip to content

sdegtiarev/persistentObject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

persistentObject

Creates an object mapped to a file. The object is persistent and outlives the parent application. The file may be reopened and the object reused, it's value persists. This might be viewed as kind of binary serialization with the difference that access to the variable is almost as fast as any regular memory. The structure might be also used as memory shared between processes/threads, however, no built-in synchronization is provided.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published