Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: High Performance Perl

by willyyam (Priest)
on May 25, 2005 at 12:35 UTC ( [id://460320]=note: print w/replies, xml ) Need Help??


in reply to Re: High Performance Perl
in thread High Performance Perl

Thank you, that was an interesting article, and goes a long way to explaining things for me.

I was asking because I get this sensation, more like the barest, subtlest hint, that people like writing code in Perl, but there are things that Perl isn't good for. So I thought to my self: 'Self, if all code of any language is just CPU math in the end anyway, why can't you write kernels in Perl - just use the derived math on bare metal, rather than parse-interpret-compile-execute?'

I'm beginning to see that there is more to it than that - mostly due to memory issues - as I understand it, all memory allocations must be defined in size and type for code to be safe, and Perl does that for us (which is one reason to love it) but that added complexity precludes Perl's use on bare metal. Very cool. These computer thingies are complicated.

Log In?
Username:
Password:

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

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

    No recent polls found