Skip to content
Snippets Groups Projects
  • Andreas Gohr's avatar
    d437bcc4
    more efficient changelog reading for recent changes · d437bcc4
    Andreas Gohr authored
    getRecents now reads the changelog backwards in 4KB chunks instead of
    loading the whole file into an array and rsort it. This should be more
    memory efficient (and probably faster) for large change logs.
    
    Note: the format of the array returned by getRecents changed slightly
          plugins relying on it need to be adjusted. Sorry.
    
    darcs-hash:20050918121008-7ad00-1fdba47d29b0c038c6e4e4edc1d4c93e5ba769e9.gz
    d437bcc4
    History
    more efficient changelog reading for recent changes
    Andreas Gohr authored
    getRecents now reads the changelog backwards in 4KB chunks instead of
    loading the whole file into an array and rsort it. This should be more
    memory efficient (and probably faster) for large change logs.
    
    Note: the format of the array returned by getRecents changed slightly
          plugins relying on it need to be adjusted. Sorry.
    
    darcs-hash:20050918121008-7ad00-1fdba47d29b0c038c6e4e4edc1d4c93e5ba769e9.gz
Code owners
Assign users and groups as approvers for specific file changes. Learn more.