mercredi 8 février 2017

Design - "auto-save" tree

Designing a piece of software (will be implemented in Python 3) that maintains a tree and flushes that tree to file whenever a node is added, deleted or modified.

Don't have much experience persisting things, but obviously, re-serialising the whole tree and overwriting the file is a horrible option.

What's best practice for something like this?

Aucun commentaire:

Enregistrer un commentaire