consistent-hash-ring-sorted-invariant

Status: IN

`_ring_positions` is maintained in sorted order at all times via `bisect` insertion; `_ring_nodes` is kept parallel to it with `len(_ring_positions) == len(_ring_nodes)` always holding.

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

JSON