WSL/SLF GitLab Repository

Skip to content
  • Mathias Bavay's avatar
    The median computations were relying on std::nth_element and wrongly assuming... · 3ec508db
    Mathias Bavay authored
    The median computations were relying on std::nth_element and wrongly assuming that the output would be sorted. This is non-standard behavior and is not the case with more recent versions of the STL. This has been fixed.
    
    The ProcessingStack constructor has been optimized by using new methods of Config to remove some now redundant code.
    3ec508db