[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PCL 70 times slower than Ernie with 1000 cars.
- To: CommonLoops.pa@Xerox.COM, burdorf%taos@rand.org
- Subject: Re: PCL 70 times slower than Ernie with 1000 cars.
- From: kempf@Sun.COM
- Date: Thu, 17 Nov 88 08:37:59 PST
- In-reply-to: Your message of Wed, 16 Nov 88 08:43:00 -0600. <19881116144313.1.BALLOU@LILITH.ACA.MCC.COM>
- Redistributed: commonloops.pa
As has been mentioned, this "benchmark" is not particularly enlightening.
PCL runs faster than CommonObjects, some workstation implementations of Flavors,
and the Strobe KR language. In the case of Strobe, between 1 and 2 orders
of magnitude speedup were obtained by rewriting it on top of the metaobject
protocol. For the CommonObjects numbers, see my paper in the 87 OOPSLA
Proceedings. For Flavors, measure it in your favorite vendor's implementation.
But please stop comparing it to a system which is not widely available, and
won't ever be, from the looks of it.
The point about declarations is valid, however. There should be some way
of declaring that the parameters to a particular generic function invocation
are limited to a particular set of classes, though a sufficiently smart
compiler (when, oh when will one appear?) can infer this information to
a degree.
jak