Custom serialisation format #6

Closed
opened 2023-05-26 11:10:42 +02:00 by Jef Roosens · 0 comments

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.

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.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Chewing_Bever/lander#6
There is no content yet.