瀏覽代碼

Forward filtering optimization

master
Arun Prakash Jana 6 年之前
父節點
當前提交
ca3b27daf2
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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;



Loading…
取消
儲存