Procházet zdrojové kódy

Forward filtering optimization

master
Arun Prakash Jana před 6 roky
rodič
revize
ca3b27daf2
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: A75979F35C080412
1 změnil soubory, kde provedl 6 přidání a 1 odebrání
  1. +6
    -1
      nnn.c

+ 6
- 1
nnn.c Zobrazit soubor

@@ -1158,7 +1158,12 @@ filterentries(char *path)
wln[len] = (wchar_t)*ch;
wln[++len] = '\0';
wcstombs(ln, wln, REGEX_MAX);
ndents = total;

/* Forward-filtering optimization:
* - new matches can only be a subset of current matches.
*/
/* ndents = total; */

if (matches(pln) == -1)
continue;



||||||
x
 
000:0
Načítá se…
Zrušit
Uložit