[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PCL benchmark



Class creation tends to be on the slow side too. For languages where
this happens at load time, there is no problem (except for waiting
for loads) but Strobe creates classes on the fly and so it tends
to be slow. I don't know how much can be done about this, however,
other than general speedup in instance creation and generic
function invocation.

		jak