Changes between Initial Version and Version 1 of Ticket #27, comment 6


Ignore:
Timestamp:
Jun 20, 2018, 8:20:15 PM (6 years ago)
Author:
Andreas Schnellbacher
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27, comment 6

    initial v1  
    1 The main improvement was implemented: The scanning of the multi-line comment array was extremely improved:
     1The main improvement was implemented by r3029 and r3032: The scanning of the multi-line comment array was extremely improved:
    22
    33Instead of iterating through the items from 1 to the found item, the new method takes the available range of items and chooses the check the item in the middle of that area. The check gives the info if the item comes before or after the position to be checked. With each processed check, the remaining area of array items is reduced by its half.