ZL_Compressor_registerMergeSortedGraph

Function ZL_Compressor_registerMergeSortedGraph 

Source
pub unsafe extern "C" fn ZL_Compressor_registerMergeSortedGraph(
    cgraph: *mut ZL_Compressor,
    bitsetGraph: ZL_GraphID,
    mergedGraph: ZL_GraphID,
    backupGraph: ZL_GraphID,
) -> ZL_GraphID
Expand description

Creates a graph for ZL_NODE_MERGE_SORTED that first detects whether the input has <= 64 sorted runs. If it does it selects the node. Otherwise it selects the backupGraph.