Files
scylladb/locator
Tomasz Grabiec 8fbfd595bb locator: load_sketch: Optimize pick()/unload()
They are executed frequently during tablet scheduling. Currently, they
have time complexity of O(N*log(N)) in terms of shard count. With
large shard counts, that has significant overhead.

This patch optimizes them down to O(log(N)).
2024-07-31 11:38:17 +02:00
..
2023-12-12 23:19:54 +04:00
2024-02-21 00:24:25 +02:00