WSL/SLF GitLab Repository

Skip to content
  • Mathias Bavay's avatar
    The (advanced) configuration of the BufferedIOHandler through io.ini (General... · be423136
    Mathias Bavay authored
    The (advanced) configuration of the BufferedIOHandler through io.ini (General section) has been added. It currently introduces two keywords (BUFF_CHUNKS_SIZE and BUFF_CHUNKS) to drive how much data to read at once and how much data to buffer. Currently, their product is directly used in the read, thus not reading anything by chunks smaller than a full buffer.
    
    Fixed some << outputs, two compilation warnings found on Hera as well as introduced.
    be423136