solana-with-rpc-optimizations/core
behzad nouri db23295e1c
removes legacy weighted_shuffle and weighted_best methods (#24125)
Older weighted_shuffle is based on a heuristic which results in biased
samples as shown in:
https://github.com/solana-labs/solana/pull/18343
and can be replaced with WeightedShuffle.

Also, as described in:
https://github.com/solana-labs/solana/pull/13919
weighted_best can be replaced with rand::distributions::WeightedIndex,
or WeightdShuffle::first.
2022-04-05 19:19:22 +00:00
..
benches removes turbine peers shuffle patch feature 2022-04-05 12:04:12 +00:00
src removes legacy weighted_shuffle and weighted_best methods (#24125) 2022-04-05 19:19:22 +00:00
tests remove index hash calculation as an option (#23928) 2022-03-25 15:32:53 -05:00
.gitignore
Cargo.toml Bump version to v1.11 (#23807) 2022-03-21 17:40:50 -05:00
build.rs Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00