Browsing Chinese (Traditional) translation

2292 of 14145 results
2292.
The GNU family of grep utilities may be the "fastest grep in the west". GNU grep is based on a fast lazy-state deterministic matcher (about twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper search for a fixed string that eliminates impossible text from being considered by the full regexp matcher without necessarily having to look at every character. The result is typically many times faster than Unix grep or egrep. (Regular expressions containing backreferencing will run more slowly, however.)
Description
GNU 家族的 grep 工具可能是"grep 最快速的西部神槍手"了。 GNU grep 建構於快速的 lazy-state 匹配決定(速度大約是普通 Unix egrep 的 兩倍),並混合了 Boyer-Moore-Gosper 演算法。使用常規表示式搜尋固定字串時, 可以排除不可能的文字,不需要檢查每個字元, 結果通常比 Unix grep 或 egrep 快很多倍。(不過如果常規表示式有包含 backreferencing,就會比較慢)
Translated by Michael Vogt
Located in Package: grep
2292 of 14145 results

This translation is managed by Ubuntu Traditional Chinese (Taiwan) Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.