Skip to content

Implement shared memory storage for key-value. #35

@AndreyLebedev

Description

@AndreyLebedev

Put and get key-values using shared memory.
key-value library should not access and lock file each time it gets or writes property.
This implementation will be significantly faster compared to file storage.
Implementation can be based on boost::interprocess library.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions