https://github.com/bobsteagall/cppcon2016
Materials from my CppCon 2016 talk: "Implementing Lightweight Object Persistence with Modern C++"
https://github.com/bobsteagall/cppcon2016
allocators cplusplus-11 cplusplus-14 cplusplus-17 persistence
Last synced: 10 months ago
JSON representation
Materials from my CppCon 2016 talk: "Implementing Lightweight Object Persistence with Modern C++"
- Host: GitHub
- URL: https://github.com/bobsteagall/cppcon2016
- Owner: BobSteagall
- License: ncsa
- Created: 2018-03-24T18:22:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T00:46:34.000Z (about 7 years ago)
- Last Synced: 2025-01-02T23:19:59.675Z (12 months ago)
- Topics: allocators, cplusplus-11, cplusplus-14, cplusplus-17, persistence
- Language: C++
- Homepage:
- Size: 489 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Overview
This is the repo for my CppCon 2016 talk entitled [**Lightweight Object Persistence with Relocatable Heaps in Modern C++**](https://www.youtube.com/watch?v=FPUBjPYBsGI).
For my other C++ work, see my site [The State Machine](https://bobsteagall.com).