Chubby (Mike Burrows) (Distributed Locking Algorithms Distributed Locking Algorithms)

From Algorithm Wiki
Jump to navigation Jump to search

Time Complexity

$O(n)$

Space Complexity

$O(f)$? words

(Generally need to keep track of one lock per file (exclusivity))

Description

Approximate?

Exact

Randomized?

No, deterministic

Model of Computation

Year

2006

Reference

https://dl.acm.org/doi/10.5555/1298455.1298487