Live data from Hacker News

Copysets and Chainsets: A Better Way to Replicate

hackingdistributed.com

1–2 of 2 posts

Re: Copysets and Chainsets: A Better Way to Replicate

#2
I think that this article shows a very interesting application of a technique known as “derandomization”. Usually, derandomization is when you take a randomized algorithm and remove all sources of randomness. In this application, we see it only partially derandomized, to great effect: copysets improve reliability by reducing overall randomness, but still leverage randomness to approximate the solution to an NP-complete problem.

I wonder if other algorithms would benefit from partial derandomization?