@marijn/find-cluster-break efficiently identifies the index where a cluster of identical values breaks within a sorted array. It's designed for performance, offering a fast solution for scenarios requiring quick determination of cluster boundaries. Useful in data processing pipelines, algorithm optimization, and other contexts where identifying contiguous groups of identical elements is crucial. Lightweight and dependency-free, it ensures minimal overhead, making it a practical addition to your npm ecosystem.