[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs design and architecture
From: |
Helmut Eller |
Subject: |
Re: Emacs design and architecture |
Date: |
Sun, 17 Sep 2023 17:44:35 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
On Sun, Sep 17 2023, Gerd Möllmann wrote:
> Something like that could be an inspiration for a persisten buffer-text
> implementation, which I think would be a prerequisite for a parallel
> redisplay. (I don't believe in the idea of a snapshort model for parallel
> redisplay anymore). This would not solve overlays, text properties
> and what not, of course.
Out of curiosity: has somebody tried to vectorize the display code?
I don't know the details, but very abstractly speaking there seems to be
an iterator that loops over the characters in a buffer and computes
various things as it goes along. Could some of those computations be
done on vectors, of say 8, characters?
Helmut
- Re: Emacs design and architecture, (continued)
- Re: Emacs design and architecture, Po Lu, 2023/09/17
- Re: Emacs design and architecture, Dmitry Gutov, 2023/09/18
- Re: Emacs design and architecture, Po Lu, 2023/09/18
- Re: Emacs design and architecture, Dmitry Gutov, 2023/09/18
- Re: Emacs design and architecture, Richard Stallman, 2023/09/17
- Re: Emacs design and architecture, Dmitry Gutov, 2023/09/18
- Re: Emacs design and architecture, Richard Stallman, 2023/09/17
- Re: Emacs design and architecture, Emanuel Berg, 2023/09/16
- Re: Emacs design and architecture, Gerd Möllmann, 2023/09/16
- Re: Emacs design and architecture, Gerd Möllmann, 2023/09/17
- Re: Emacs design and architecture,
Helmut Eller <=
- Re: Emacs design and architecture, Eli Zaretskii, 2023/09/17
- Re: Emacs design and architecture, Gerd Möllmann, 2023/09/18
- Re: Emacs design and architecture (was: Shrinking the C core), Dmitry Gutov, 2023/09/15
- Re: Emacs design and architecture (was: Shrinking the C core), Dmitry Gutov, 2023/09/15
- Re: Emacs design and architecture (was: Shrinking the C core), Richard Stallman, 2023/09/16
- Re: Emacs design and architecture (was: Shrinking the C core), Eli Zaretskii, 2023/09/17
- Re: Emacs design and architecture (was: Shrinking the C core), Richard Stallman, 2023/09/19
- Re: Emacs design and architecture (was: Shrinking the C core), Eli Zaretskii, 2023/09/19
- Re: Shrinking the C core, Emanuel Berg, 2023/09/13
- Re: Shrinking the C core, Arthur Miller, 2023/09/05