Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: to process big text file, use java or perl?

by AppleFritter (Vicar)
on Jul 11, 2014 at 17:37 UTC ( [id://1093269]=note: print w/replies, xml ) Need Help??


in reply to to process big text file, use java or perl?

Both Java and Perl can perform well. That said, a lot depends on what sort of processing you'd need to do; in particular, whether your workload's CPU-bound or IO-bound.

Personally I'd recommend Perl; it's flexible, it'll allow for a rapid development cycle, and text processing is one of its major strengths. (That said, I'm hardly neutral, and this is PerlMonks, after all.)

If performance is so critical, it might also pay to measure rather than guess: give both languages a try, and see which performs better.

Also, the search box on this site is your friend! Give it a try, you'll find nodes like Perl and Java comparison and others that may be helpful. :)

  • Comment on Re: to process big text file, use java or perl?

Log In?
Username:
Password:

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

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

    No recent polls found