lookup-cost-is-logarithmic-in-total-vnodes

Status: IN

`get_node` performs a single `bisect.bisect` over `_ring_positions`, so key lookup is O(log(N×V)) regardless of cluster size.

Source: entries/2026/05/29/topic-virtual-node-count-tuning.md

JSON