mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-23 07:48:25 +00:00
Add per-epoch benchmarks, optimise function.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
use std::collections::HashSet;
|
||||
use fnv::FnvHashSet;
|
||||
use types::*;
|
||||
|
||||
#[derive(Default)]
|
||||
pub struct Attesters {
|
||||
pub indices: HashSet<usize>,
|
||||
pub indices: FnvHashSet<usize>,
|
||||
pub balance: u64,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user