Re: Performance & Perl
robic0@xxxxxxxxx wrote:
> Or C?
>
> (Disclaimer: I have not delved into the Perl source)
>
> How close does Perl follow C as far as primatives?
> Can I rely on Perl language constructs to follow C when
> writing performance code?
Like comparing apples & oranges.
C is compiled & is not garbage collected, Perl 5 "interprets" a parse tree &
is garbage collected.
gtoomey
.
Relevant Pages
- Re: why the perl docs suck
... It appears the Perl source code is written in Perl, ... vs allocation-copy-free sitting on top of block memory ... designers of the software that uses its api. ... (comp.lang.perl.misc) - Re: How does one find what PL_stack_sp is?
... > Perl source. ... > point to the Perl source itself for an unparalleled example of ... PL_* are variables global to the perl interpreter. ... wrapped in some other macros in case they are useful to extension ... (comp.lang.perl.misc) - Re: perl identifier limits
... i can't see any possible reason to generate names that ... > You obviously don't write Perl with a Lisp mindset. ... > It's also a very silly & trivial bug in Perl, ... your program writes Perl source, it can translate the too-long symbols ... (comp.lang.perl.misc) - Re: stat/mtime on Windows changes with daylight saving
... >>incorporated into the perl source. ... > One could also use a C compiler without the statbug as far as I ... I thought it is an ActiveState issue because Cygwin's Perl ... reasons that no fix has yet been incorporated into the perl source. ... (comp.lang.perl.misc) - open() to unix command
... What does perl do when it encounters the openand the closestatements?? ... Disclaimer: ... Prev by Date: ... (perl.beginners) |
|