Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: What's Perl good at or better than Python. (FAQ)

by LanX (Saint)
on Oct 15, 2021 at 20:31 UTC ( [id://11137603]=note: print w/replies, xml ) Need Help??


in reply to What's Perl good at or better than Python.

> What's Perl good at or better than Python.

That's a FAQ, please see Re: Honest question about Perl, Python and Ruby (Comparing Programming Languages References) by revered brother eyepopslikeamosquito

update

> because there's some text files that go 10000 lines or some that are 200MB PLUS in size

The bottleneck for file-processing nowadays is the filesystem and it can't be parallelized.

I.O.W. even if you use a language which is dozens of times slower you will hardly notice.

That's because the process is mostly waiting for the disk to deliver.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

  • Comment on Re: What's Perl good at or better than Python. (FAQ)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11137603]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-26 07:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found