<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2654.45">
<TITLE>RE: Morphic slowness (was Re: Does *anyone* use MVC?)</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Hello.</FONT>
</P>

<P><FONT SIZE=2>Some time ago I traced Morphic code and it turned out to be that the interesting properties that cause slowdown due to dictionary lookup are 1 or 2.&nbsp; To cache them in the extension you need to impose using selectors to get them every time, and then put an instance variable in the extension.&nbsp; It sped up things considerably.</FONT></P>

<P><FONT SIZE=2>Andres.</FONT>
</P>

</BODY>
</HTML>