[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Concurrency, again
From: |
Eli Zaretskii |
Subject: |
Re: Concurrency, again |
Date: |
Tue, 18 Oct 2016 18:36:38 +0300 |
> From: Lars Ingebrigtsen <address@hidden>
> Cc: address@hidden, address@hidden
> Date: Tue, 18 Oct 2016 17:05:41 +0200
>
> Eli Zaretskii <address@hidden> writes:
>
> > It could start by only doing layout of the visible portion, and doing
> > the rest from an idle timer. Or does it already do that?
>
> That doesn't work when trying to figure out how to lay out a deeply
> nested multi-columnar layout.
In that case, no, so you cannot win there. But in other cases, yes.
So this will allow faster display of at least some pages, I think.
An in any case, you can stop when you reach the end of the current
top-level element that is beyond the visible portion.
> And the current implementation sucks: It basically combinatorally tries
> all possibilities to find the best layout. There are probably shortcuts
> that can be taken, but any I've tried makes common table-based layouts
> awful.
That's unrelated to the issue at hand, I think. Algorithmic
improvements should be done regardless.
- Re: Concurrency, again, (continued)
- Re: Concurrency, again, Perry E. Metzger, 2016/10/17
- Re: Concurrency, again, Eli Zaretskii, 2016/10/17
- Re: Concurrency, again, Perry E. Metzger, 2016/10/17
- Re: Concurrency, again, Eli Zaretskii, 2016/10/17
- Re: Concurrency, again, Perry E. Metzger, 2016/10/17
- Re: Concurrency, again, Lars Ingebrigtsen, 2016/10/17
- Re: Concurrency, again, Stefan Huchler, 2016/10/17
- Re: Concurrency, again, Lars Ingebrigtsen, 2016/10/18
- Re: Concurrency, again, Eli Zaretskii, 2016/10/18
- Re: Concurrency, again, Lars Ingebrigtsen, 2016/10/18
- Re: Concurrency, again,
Eli Zaretskii <=
- Re: Concurrency, again, Lars Ingebrigtsen, 2016/10/18
- Re: Concurrency, again, joakim, 2016/10/18
- Browsers inside Emacs (was Re: Concurrency, again), Perry E. Metzger, 2016/10/18
- Re: Concurrency, again, Stefan Huchler, 2016/10/18
- Re: Concurrency, again, Eli Zaretskii, 2016/10/17
- Re: Concurrency, again, Richard Stallman, 2016/10/18
- Re: Concurrency, again, Richard Stallman, 2016/10/18
- Web browsing (was Re: Concurrency, again), Perry E. Metzger, 2016/10/18
- Re: Web browsing (was Re: Concurrency, again), Richard Stallman, 2016/10/19
- Re: Web browsing (was Re: Concurrency, again), Perry E. Metzger, 2016/10/19