|
|
|
|
|
by rkv
3335 days ago
|
|
After integrating protobufs in my application for messaging I decided to use a separate schema for storing the current state of the program. Ie. When state changes, the protobuf is updated and written to disk. When the program restarts, the state file is loaded into memory. I have not run into any problems doing this. Edit: Your question is addressed here: https://news.ycombinator.com/item?id=14249367 |
|