Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: Perl Advocacy w.r.t Teaching

by hardburn (Abbot)
on Feb 10, 2005 at 14:21 UTC ( [id://429732]=note: print w/replies, xml ) Need Help??


in reply to Re: Perl Advocacy w.r.t Teaching
in thread Perl Advocacy w.r.t Teaching

Running speed is quite important for many of todays popular games, and Perl isn't suitable to get the best running times.

Not as much as you'd think. The heaviest processing (graphics) is often done by the OpenGL library or a special language (like Cg), which offloads the work onto the GPU. Any language that can interface with OpenGL will work.

Try loading up a 3D-heavy modern game and keep track of your CPU load. I often see my CPU at 20-50% usage, because all the real work is being done on the GPU.

This will likely be more irrelevent as multi-core CPUs are introduced into the mainstream, since high-level languages often make it easier to take advantage of concurrent processes.

"There is no shame in being self-taught, only in not trying to learn in the first place." -- Atrus, Myst: The Book of D'ni.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (1)
As of 2024-04-25 04:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found