Uploaded image for project: 'Apache Rat'
  1. Apache Rat
  2. RAT-366

Switch to Reading preparing header text and processing in one call.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.16.1
    • 0.17
    • core engine
    • None

    Description

      Currently the system spends a fair chunk of time processing input line by line.  The code path is much simplified if instead we read the maximum number of lines that we would process under the old code and process that all at once. 

      This will also improve memory footprint since the full text matcher will not have to keep a copy of all the text it has seen so far, but rather just process the block of text that is passed in.

      Attachments

        Issue Links

          Activity

            People

              claude Claude Warren
              claude Claude Warren
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: