hi,
I see that it was mentioned that Perl5 is fast than Java, Python etc... and
was wondering is there any comparison how-much, if ? and if why ? and if we
know the reason can we exploit it further ... and similar...
And does really Perl6 will be faster. how much u expect ?
Thanx
=
iVAN
All I found with lycos... but no speed comparison only mumbo-jumbo :
http://language.perl.com/versus/
http://www.jvoegele.com/software/langcomp.html
http://www.geocities.com/tablizer/langopts.htm
http://www.cs.usyd.edu.au/~sholden/pythonperl.html
http://www.pixeldate.com/dev/comparison/
=
iVA
why is :
make test_prog
instead of just
make
=
iVAN
[EMAIL PROTECTED]
=
what about adding "run" !
#!/usr/bin/perl -w
my ($pasm) = $ARGV[0] =~ /(.*?)\./;
system("./assemble.pl $ARGV[0] > $pasm.pbc ; ./test_prog $pasm.pbc");
cheers
=
iVAN
[EMAIL PROTECTED]
=
hi,
is it possible the ops to handle variable number of arguments, what I have
in mind :
print I1,",",N2,"\n"
cheers
=
iVAN
[EMAIL PROTECTED]
=
hi,
sorry for off-topic, could u point me to the address of CVS Web reposity
viewer (u use for cvs.perl.com).
Privetely of cource :")
Thanx alot..
=
iVAN
[EMAIL PROTECTED]
=
http://www-124.ibm.com/developerworks/oss/jikesrvm/
The JikesT Research Virtual Machine (Jikes RVM) provides the academic and
research communities with a flexible open testbed to prototype new virtual
machine technologies and experiment with a large variety of design
alternatives.
The virtual mac
hi,
will it be possible to do this inside Perl program :
use parrot;
...parrot code...
no parrot;
OR
sub mysub is parrot {
parrot code ...
}
=
iVAN
[EMAIL PROTECTED]
=
http://subversion.tigris.org/
http://www.tuxedo.org/~esr/kbuild/cml2-paper.html
hi,
how to compile JITed code ... !!
Is there some list of tweaks, switches that can be used to speed up the
Parrot? Particulary for people like me that are not very close to C
programming :")
thanx alot
raptor
[EMAIL PROTECTED]
mops tests :
on perl5,python I get - 2.38 M/ops
ruby ~ 1.9 M/ops
ps ~ 1.5 M/ops
parrot - 20.8 M/s
parrot jitted - 341 M/ops and it finish in half second ... for most of
the other I have to wait more that a minute ..
I didnt expected it to be so fast :") ... Celeron800@1096Mhz (Mandrake
8.1)
>
I was just reading this :
http://www.javalobby.com/clr.html
and a question raised to me. Will Parrot have some optimisation
(features) that will speed up closures & continuation ?
raptor
[EMAIL PROTECTED]
es) that will speed up closures & continuation ?
>
> raptor
> [EMAIL PROTECTED]
Also slowing down 0.0.99 so that 0.1.0 has atleast 2-3 times speed up over 0.0.99 :"))
|I don't see "World Domination" or "Nervous Breakdown" in there anywhere.
kernel threads, thus
giving the advantages of fast thread creation/deletion, and as much concurrency as the
hardware will support.
raptor
Does Parrot compile on ICC , if yes is it faster ?
http://www.osnews.com/story.php?news_id=1056
CoyoteGulch.com has published an interesting article, benchmarking GCC 3.04 and ICC 6
(the article will be updated again after GCC 3.1's release). In the tests, ICC seems
to pull ahead in most t
hi,
it will be good if all these RFC are put somewhere on the WEB (we can't
follow all those mailing lists if the amout of posts stay the same :") )
also in this way we will get broader picture what is happenning..
=
iVAN
[EMAIL PROTECTED]
=
hi,
As the news that the Perl will be rewriten comes... me and I think many
others non core coders decided that they can help with something but
most of the people like me doesn't have the knowledge of the current
PERL5.6, why we may need this ?! 'cause Perl6 is 2 years from "here" and we
wil
http://www.oreillynet.com/pub/a/linux/rt/07282000/transcript.html
hi,
here is one simple script (Requires Parse::RecDescent) that count operators
in scripts.(and my fisrt grammar ;") )
OK. I started this against my current perl installation.
(it is not pure RH6.2 install, but many things are added)
i.e.
find /perl_dir -name *.pm | ./count.pl | tee allops.txt
i
> I don't even want to take things out a step to guarantee atomicity at the
> statement level. There are speed issues there, since it means every
> statement will need to conditionally lock everything. (Since we can't
> necessarily know at compile time which variables are shared and which
> aren't
> > On Tue, Sep 12, 2000 at 03:17:47PM -0400, Ken Fox wrote:
> > > That's fine for the VM and the support libraries, but I'd *really*
> > > like to see the parser/front-end in Perl. There are dozens of RFCs
> > > that require some non-trivial extensions to the parser. It would
> > > be nice to cod
ok,
"I've done it in one row, why you want it to fit in 80 columns ?!" (or
something like that can't remember well)
-- Larry Wall
:")
=
iVAN
[EMAIL PROTECTED]
=
> Ok, if we're all contributing quotes, here's mine:
>
> "I'm sorry for writing you such a long letter; I didn't have time
> t
24 matches
Mail list logo