Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

lib

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Lukas Reschke authored
    `normalizePath` is a rather expensive operation and called multiple times for a single path for every file related operation.
    
    In my development installation with about 9GB of data and 60k files this leads to a performance boost of 24% - in seconds that are 1.86s (!) - for simple searches. With more files the impact will be even more noticeable. Obviously this affects every operation that has in any regard something to do with using OC\Files\Filesystem.
    
    Part of https://github.com/owncloud/core/issues/13221
    7e11ca06
    History
    Name Last commit Last update
    ..