Quote |
the biggest bottleneck in OOo is the requirement of Java to run. |
Quote (WDef @ Oct. 30 2006,08:09) | ||
Ah, Java - interesting. Python was just my theory. But do you have any hard data about python's execution speed as compared with, say, bash or Perl? I guess it depends on exactly what it being done and how optimised the code is. Anyway, more to the point - it's an obvious pity that such a seminal and important suite of programs (OOo) is slow (to load and to run). Hopefully it's improving. More power to OOo |
Quote (WDef @ Oct. 30 2006,11:36) |
But "it all comes down to what's right for the job" - trying to save a few cpu cycles in an era of 3Ghz+ processors is nuts, and python people swear it's so easy to code in, with less lines of code. And then there's fast external modules written in C++. |
Quote |
I'd say really the size of the runtime itself is more important for a scripting language now than how fast it can perform. |