par_sort_strings

Function par_sort_strings 

Source
pub fn par_sort_strings<Iter: ParallelIterator<Item = Box<[u8]>>>(
    iter: Iter,
    pl: impl ProgressLog + Send,
    buffer_size: usize,
) -> Result<impl Iterator<Item = Box<[u8]>>>