Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rudimentary support for persisting individual objects #22

Closed
wants to merge 8 commits into from

Conversation

ujvl
Copy link
Contributor

@ujvl ujvl commented Nov 2, 2016

  • Append object to file and record offset on persist_object()

  • Read object from file back into memory on get_persisted_object()

  • Reading assumes the caller allocated sufficient memory

ujvl and others added 8 commits November 2, 2016 13:23
* Append object to file and record offset on persist_object()

* Read object from file back into memory on get_persisted_object()

* Reading assumes the caller allocated sufficient memory
* Store object at PERSIST_PATH/object_id
pcmoritz pushed a commit that referenced this pull request Nov 19, 2016
@pcmoritz pcmoritz closed this Nov 30, 2016
@ujvl ujvl deleted the basic-persistence branch September 23, 2019 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants