Custom serialisation format #6
Labels
No labels
Kind/Bug
Kind/Enhancement
Kind/Feature
Project/Lander
Project/Landerctl
idea
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Chewing_Bever/lander#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'd love to create my own serialisation format for the trie that handles everything in the background. To achieve this, we could perhaps work with a write-ahead log. This way, we wouldn't need to bother as much with serializing the trie on every change, and we could instead simply replay this WAL when restarting the software.