Branch

  • Show log

    Commit

  • Hash : 9985f404
    Author : Stefan Sperling
    Date : 2022-05-19T06:40:09

    parse tree entries into an array instead of a pathlist
    
    Avoids some extra malloc/free in a performance-critical path.
    
    ok op@