consistent-hash-ring-lookup-is-olog-v

Status: IN

Key lookup via `get_node` is O(log V) where V is total virtual nodes, using `bisect` on the sorted position list; node addition is O(V) per vnode due to `list.insert`.

Source: entries/2026/05/29/consistent-hashing-consistent_hashing-ConsistentHashRing.md

JSON