solana/core/tests
behzad nouri 537bbde22e
builds crds filters in parallel (#12360)
Based on run-time profiles, the majority time of new_pull_requests is
spent building bloom filters, in hashing and bit-vec ops.

This commit builds crds filters in parallel using rayon constructs. The
added benchmark shows ~5x speedup (4-core machine, 8 threads).
2020-09-29 23:06:02 +00:00
..
client.rs Rpc -> proper optimistic confirmation (#12514) 2020-09-28 20:43:05 -06:00
cluster_info.rs clippy 2020-08-03 18:35:15 +00:00
crds_gossip.rs builds crds filters in parallel (#12360) 2020-09-29 23:06:02 +00:00
fork-selection.rs Tiny cleanups in preparation for persistent tower (#10805) 2020-06-25 18:24:16 +09:00
gossip.rs Add --gossip-validator argument 2020-09-14 20:18:27 -07:00
ledger_cleanup.rs Track votes from gossip for optimistic confirmation (#11209) 2020-07-28 09:33:27 +00:00
rpc.rs Move TestValidator into its own module 2020-09-19 08:35:26 -07:00
snapshots.rs Fix rooted accounts cleanup, simplify locking (#12194) 2020-09-28 16:04:46 -07:00