[Gambas-user] How to speed up Gambas?
nando
nando_f at ...1382...
Sun Oct 1 21:32:02 CEST 2006
One thing I am using Gambas for is real-time wireless data reception and transmission.
Although it is version 1.0.6, it is very stable and has run for months continuous.
We all know that there are different methods to solve the same problem.
For an interpreter, Gambas has pretty good speed and is reasonable and
Benoit has done an excellent job.
I suggest you look at ways to optimize your code on how you solve your problem.
-Fernando
---------- Original Message -----------
From: Benoit Minisini <gambas at ...1...>
To: mailing list for gambas users <gambas-user at lists.sourceforge.net>
Sent: Sun, 1 Oct 2006 15:02:07 +0200
Subject: Re: [Gambas-user] How to speed up Gambas?
> On Sunday 01 October 2006 14:49, Leonardo Miliani wrote:
> > I think that this is a well known problem but... how can I speed up
> > Gambas executables?
> > I've noticed that if I run a program inside the Gambas IDE I get the
> > SAME performances that running its binary executable via console...
> > In VB there is a LOT of difference between the same code executed inside
> > the VB IDE or via executable...
>
> Gambas is not VB, and running a Gambas program in the IDE is the same as
> running it outside of the IDE.
>
> >
> > And, second question: I think that Gambas is not very fast itself...
> > Similar testing code on the same computer gives me different times under
> > Windows/VB and Linux/Gambas. Is there in the near future a plan to "wake
> > up" Gambas? :-)
>
> I think that the Gambas interpreter is lower than the VB interpreter. But I
> couldn't have done a developmenent environment like Gambas IDE in VB. It
> would have been far too slow! So there is speed and speed. :-)
>
> Do you have some number? I.e. some code and some time measurement?
>
> Anyway, there is no plan to "wake up" Gambas at the moment. Maybe in Gambas
> 3.0 or 4.0? :-)
>
> Regards,
>
> --
> Benoit Minisini
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
------- End of Original Message -------
More information about the User
mailing list