How does rustic implement lock free operation? #429
-
Can you provide some support material? I am having a hard time as I am very new to Rust. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Did you read https://github.com/rustic-rs/rustic/blob/main/FAQ.md? |
Beta Was this translation helpful? Give feedback.
-
I had one confusion, in the FAQ about the lock free pruning it states the the packs to be pruned are marked and stored in a separate index structure. Is it stored with the "time" after which it has to be deleted or like how does the time concept work? |
Beta Was this translation helpful? Give feedback.
Did you read https://github.com/rustic-rs/rustic/blob/main/FAQ.md?
Which additional information do you need?