Offload remaining confidence cache computation to separate thread (#5792)

* Move remaining confidence cache computation to separate thread

* Move confidence cache out of bank forks
This commit is contained in:
carllin
2019-09-04 23:10:25 -07:00
committed by GitHub
parent f78b865cba
commit bd74e63702
8 changed files with 243 additions and 165 deletions

View File

@@ -13,6 +13,7 @@ pub mod chacha;
#[cfg(cuda)]
pub mod chacha_cuda;
pub mod cluster_info_vote_listener;
pub mod confidence;
pub mod recycler;
#[macro_use]
pub mod contact_info;