Hi Petr,
On Sep 29, 2009, at 21:12 , Petr Kobalíček wrote:
> Hi Jean,
>
> And about qxbuild, why is your application taking too much time to
> load?
I would not say "too long" but a progress bar is needed.
> (compared to build version)
compared to generate build ? No comparison ! generate build a
On Sep 30, 2009, at 17:50 , thron7 wrote:
What do you mean by *native* Python installation ? I'm thinking there
might be some room for improvement on my side by ensuring I'm using
native implem. Currently, I'm just using default MacOS Python install
on dev environment and the one provided by
> What do you mean by *native* Python installation ? I'm thinking there
> might be some room for improvement on my side by ensuring I'm using
> native implem. Currently, I'm just using default MacOS Python install
> on dev environment and the one provided by apt-get on production
> (Ubuntu
Hi Jean,
I think that very efficient way to improve compiler is to write it in
C++ :-) It's python and I think that speed was no primary goal when
started writing it (Python language and Generator itself). There are
extensions to python that tries to jit compile some parts (don't know
their names,
Hi Thomas,
On Sep 28, 2009, at 23:39 , thron7 wrote:
>> I did some chrono and got 3 minutes !!!
>> It's just too long for a very simple application (15 classes, all
>> included) without translation, without ressources.
>
> Standard "Playground" application, 2 (!) app classes (but 240 classes
> in
> I did some chrono and got 3 minutes !!!
> It's just too long for a very simple application (15 classes, all
> included) without translation, without ressources.
Standard "Playground" application, 2 (!) app classes (but 240 classes
including dependencies), on a single-core Windows machine with na
Hi,
I'm now using the officiel build and not only for a coded by hand
application.
What does that mean ? I'm launching create-appliction and then
generate.py build at runtime.
Unfortunatly, the geberate build is very very (very ?) long.
What can I do on my side to improve speed of geenrate.py