[294] in java-interest

home help back first fref pref prev next nref lref last post

Re: Java vs Python

daemon@ATHENA.MIT.EDU (Douglas Barnes)
Mon Jun 12 19:38:04 1995

Date: Mon, 12 Jun 1995 16:18:51 -0800
To: George Reynolds <george@dvcorp.com>
From: cman@communities.com (Douglas Barnes)
Cc: java-interest@java.Eng.Sun.COM

> ...
>        The test
>        exercises method calls (get and set) and object creation.
>
>        In every case python comes in at 200000/sec. Would someone
>        setup the same script in Java so we could do a reasonable
>        comparison?
>
> [...]
>
> [performance figures deleted]

All this is very interesting, but you neglect to mention
anything like what hardware you're running this on, which makes it
kind of hard to compare your numbers to anything.

Also, I'm curious how Python deals with issues of untrusted code.
I don't recall reading anything about this.

As for VHLL features, I don't think this was one of the goals of
Java, but I'll leave that question to the Sun people. There are
certainly some features that seem to be lacking, but I suspect
that this is because these features are difficult to implement
in a secure way.

I can vouch that Java _is_ extensible, as we did some simple
crypto wrappers over the weekend. The process could be a little
better documented, and I'm in the process of trying to reproduce
what looks like a bug we found, but it's a fairly solid process.
My only real concern stems from the fact that extensions leverage shared
libraries, which are implemented in N different ways on any given
N platforms.



-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post