permaweb / ao

The ao component and tools Monorepo - 🐰 🕳️ 👈
https://cookbook_ao.arweave.dev
Other
190 stars 63 forks source link

feat(ur)!: use consistent hashing hash ring to determine host for less churn when hosts are modified #1066

Open TillaTheHun0 opened 1 week ago

TillaTheHun0 commented 1 week ago

This will cause all processes to initially change hosts, which is why this is considered a breaking change.

Using a hashring will make it so at most only p / h processes will be re-hosted on expanding the number of hosts p being the current number of processes and h being the number of possible hosts.