Use new RNG and tinytest code to simplify prob_distr tests
[tor.git] / changes / ticket30307
blobabcacb6085362d9ffa0505351e9a043bb1b126eb
1   o Major features (performance):
2     - Update our node selection algorithm to exclude nodes in linear time.
3       Previously, the algorithm was quadratic, which could slow down heavily
4       used onion services.  Closes ticket 30307.