We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ref. #4
find と xargs を使って並列化する。
きちんとした高速化と以下の目的のため。
ドキュメントに nkf をかければ #48 も解決できそうだが、トラバースに grep の -r が使われていると nkf をかけて巡回することができないので find を使う必要がある。
-r
The text was updated successfully, but these errors were encountered:
やるかなー、って思ったらバグの緊急対応ってことで最適化が入ってた… 5cbcb7e#diff-850094dcb61e2783fb7f96a4aaa09595
閉じます。
Sorry, something went wrong.
nkf もここでやれるんじゃないのかな?
see also. #48
takano32
No branches or pull requests
ref. #4
find と xargs を使って並列化する。
きちんとした高速化と以下の目的のため。
ドキュメントに nkf をかければ #48 も解決できそうだが、トラバースに grep の
-r
が使われていると nkf をかけて巡回することができないので find を使う必要がある。The text was updated successfully, but these errors were encountered: