Answer the question
In order to leave comments, you need to log in
What is the speed of text processing in Go?
Maybe someone came across links to tests, benchmarks, etc.
I need to analyze, compare a lot of text, but I'm not going to learn Perl for this, so it became interesting, did Go surpass Perl in speed, or not?
Answer the question
In order to leave comments, you need to log in
The standard regular expression module, which is written in go, is much inferior in performance to pearl barley.
But you can connect PCRE to Go https://godoc.org/github.com/glenn-brown/golang-pk... and everything will be comparable in speed to pearl.
If we are not talking about regular expressions, but about analyzers written by hand, then Go on this task will definitely surpass perl.
look at this:
www.powergrep.com
can be run from the command line
not for all tasks, and not everything can be automated, but very fast
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question