make AggregatorSet close to zero cost when only 1 aggregator asked for

This commit is contained in:
James Wilson
2021-08-09 10:09:17 +01:00
parent c99cbee1e9
commit c469ef8dfe
3 changed files with 70 additions and 1 deletions
+2
View File
@@ -30,6 +30,7 @@ mod dense_map;
mod mean_list;
mod most_seen;
mod num_stats;
mod either_sink;
// Export a bunch of common bits at the top level for ease of import:
pub use assign_id::AssignId;
@@ -37,3 +38,4 @@ pub use dense_map::DenseMap;
pub use mean_list::MeanList;
pub use most_seen::MostSeen;
pub use num_stats::NumStats;
pub use either_sink::EitherSink;