ソースを参照

Forward filtering optimization

master
Arun Prakash Jana 6年前
コミット
ca3b27daf2
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: A75979F35C080412
1個のファイルの変更6行の追加1行の削除
  1. +6
    -1
      nnn.c

+ 6
- 1
nnn.c ファイルの表示

@@ -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;



読み込み中…
キャンセル
保存