Plans for Loggerhead

Martin Albisetti argentina at gmail.com
Thu Jan 8 00:35:09 GMT 2009


On Wed, Jan 7, 2009 at 5:17 PM, John Arbash Meinel
<john at arbash-meinel.com> wrote:
> I'm guessing Martin's idea is that you can write out "simple" JSON
> objects, and have some javascript that is running on the clients machine
> to actually do the rendering.

Exactly  :)


> That said, I don't really know what the rendering bottlenecks are. It
> certainly seems that most pages are "mostly static" anyway, so you could
> cache at the HTML layer until a branch's tip revision changes.

Which is sub-optimal, because you have to re-generate all the HTMLs
that get changed because of a merge (revnos mostly).
Generating the HTMLs is a bottleneck in some scenarios, so getting rid
of that will make it much more lightweight.
Again, none of these factors are critical by themselves, but in
general there has to be a re-write, and while I'm at it, I'd like to
aim for "as best as possible", whatever that turns out to be.


-- 
Martin



More information about the bazaar mailing list