pub trait GcStrategy<C>where
    C: Compressor + Clone,{
    // Required method
    fn pick(&self, value_log: &ValueLog<C>) -> Vec<u64>;
}Expand description
GC strategy
pub trait GcStrategy<C>where
    C: Compressor + Clone,{
    // Required method
    fn pick(&self, value_log: &ValueLog<C>) -> Vec<u64>;
}GC strategy