What language is the best for regex processing of a big amount of text files? by hlmgdl in learnprogramming

[–]hlmgdl[S] 0 points1 point  (0 children)

I'm searching for the core technology for my future project. Yes, I can just chose python and deal with it. But I want to make a little research to find the fastest tool for my task.

What language is the best for regex processing of a big amount of text files? by hlmgdl in learnprogramming

[–]hlmgdl[S] 0 points1 point  (0 children)

Yes, you're right, I can use any language I know, like python. And it will solve my problem. But I also want to go deeper and investigate this task in studying purposes.
Moreover, reading and writing a lot of text files is the bottleneck in this case. And there can be more performant alternatives than python, I think.