On Sep 23, 3:28 am, FoxZ <
f...@free.fr> wrote:
> wow... very good job !!!
> sciter seen MORE simply than xulrunner !
Sciter was designed to be an embeddable engine, that's why.
Trident, Gecko and WebKit was designed and good for general and safe
web browsing - to be part of browser (a.k.a. User Agent).
But desktop UI tasks require different architecture/feature set, IMO.
>
> do u think u can speedup tiscript engine ?
>
> webkit javascriptcore is best fast javascript engine for now
> (x2 times more speed than tracemonkey, x6 times more speed tiscript).
To be able to say anything I'd like to know first what tasks you want
to do in TIScript.
E.g. if you want to do, say, ray tracing then it is better to make
native primitives for that.
That will be Optimization the Ultimate.
Even in its current state TIScript appears as work faster on typical
tasks than e.g. Python or Ruby (languages that have similar feature
set with the tiscript).
I am also who think that premature optimization is not that makes
sense to start with.