Replies: 1 comment
-
I have pushed the explorative work I have done with @yflim here: https://github.com/replikativ/persistent-sorted-set/tree/durability |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since we want to switch to the persistent set as main index structure, we have to decide if we want to keep doing it the way it is implemented at the moment for the hitchhiker tree or if there is a better way to save the data to with the chosen backend. I wrote an ADR for that but there might be other options I haven't thought of yet.
We could also discuss different implementations depending on the user's performance needs.
Beta Was this translation helpful? Give feedback.
All reactions