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

From Algorithm Wiki
Revision as of 10:53, 15 February 2023 by Admin (talk | contribs) (Created page with "== 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.ezproxy.canberra.edu.au/doi/10.5555/1298455.1298487")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.ezproxy.canberra.edu.au/doi/10.5555/1298455.1298487