Find all occurences of many words in large body of source code -


the body of source code 500k lines of c# , 50k lines of xml. need find occurrences of each of 30k words. one-time effort. what's way efficiently? i'm expecting answer suggests tools, not algorithms. there tokenizer index symbols , literals in source, , support indexed lookup?


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -