ZSTD_e_continue constant
        
        int
        const ZSTD_e_continue
        
      
      
collect more data, encoder decides when to output compressed result, for optimal compression ratio
Implementation
static const int ZSTD_e_continue = 0;