Page 1 of 3

PPL vs others!

PostPosted: Oct 2, 2004 @ 2:56pm
by kornalius

PostPosted: Oct 2, 2004 @ 8:06pm
by mmtbb
I have tried emailing you but have not heard back for weeks so I guess I will post.

What processor are you using for your PC benchmarks?

Some may want to compare the .NET benchmarks.

PPC (400 Mhz) ~501,000/sec
PC (2.8 GhZ) ~42,000,000/sec

I know some developers that have abandoned the idea of PPL after Pocket C# was released.

Right now I am trying to find the fastest/enjoyable language to put my time into. Though I have been spending a lot of time with C#, I would be willing to take a small detour with PPL. If you have another spot for beta testing, I will be glad to test it out for a little bit. Also, with my brief searching, I can't find any documentaion of the language.

Thanks

PostPosted: Oct 2, 2004 @ 10:37pm
by kornalius

PostPosted: Oct 3, 2004 @ 6:05am
by mmtbb
Thanks for the response.

At your request I wrote and compiled completely in Pocket C#. The code:

class Class1
{
static void Main()
{
long iterations = 0;
long Start = Environment.TickCount;

do
{
iterations++;

}while (Environment.TickCount - Start < 10001);

Console.WriteLine("Iteration/sec " + (iterations/10)); string me = Console.ReadLine();
}
}

*****Results: Iteration/sec 507,506

I know this is not a forum for C# so I won't bore you with more C# info. Please excuse me. :)

I was just looking and it looks like there is a beta up right now 0.8. Is this one I may try out?

PS. If you have any questions about the above code or my benchmark results, feel free to contact me at:
mmtbb @ hotmail . com

PostPosted: Oct 4, 2004 @ 12:07am
by kornalius

PostPosted: Oct 4, 2004 @ 12:09am
by kornalius

PostPosted: Oct 4, 2004 @ 2:31pm
by mmtbb

PostPosted: Oct 4, 2004 @ 4:25pm
by kornalius

PostPosted: Oct 4, 2004 @ 7:30pm
by mmtbb
i=i+2 still produces 501,000 iterations/sec
on my desktop however, I must have had a lot of stuff running, because on a fresh restart it is giving me ~79,000,000 consistantly which is pretty close to C.

PostPosted: Oct 4, 2004 @ 7:52pm
by kornalius

PostPosted: Oct 5, 2004 @ 12:43pm
by kornalius

PostPosted: Oct 5, 2004 @ 3:23pm
by Guest
Hello,

Here is the result with lua for pocketpc on my iPaq 2210:

226726 iteration per second.
Very good speed as well.

PostPosted: Oct 5, 2004 @ 3:27pm
by kornalius
Can you show me the code you have used and maybe a copy of the .exe for lua?

That is good speed indeed!

PPL vs others

PostPosted: Oct 5, 2004 @ 7:54pm
by berwan03

PostPosted: Oct 14, 2004 @ 11:18pm
by kornalius