[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] EWW - use revert--buffer-function to reload, and allow reloa
From: |
Sebastián Monía |
Subject: |
Re: [PATCH] EWW - use revert--buffer-function to reload, and allow reload in eww-list-buffer |
Date: |
Mon, 14 Oct 2024 22:39:50 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Adam Porter <adam@alphapapa.net> writes:
>> These sound a bit like micro-optimizations, how many eww buffers can
>> one
>> person have open that these speed differences would matter?
>
> I'm sure that the difference would not be noticeable. But when
> committing new code, why not choose the most efficient implementation,
> when the size and complexity of the source code is equivalent? Over
> 30 or 40 years, little things add up.
And I was wrong, the difference doesn't depend only on the number of eww
buffers. The older version of eww-buffer-list' also used
with-current-buffer and it checked _all live buffers_.
That's potentially a lot more than only eww buffers.
Thank you!
Seb
- Re: [PATCH] EWW - use revert--buffer-function to reload, and allow reload in eww-list-buffer, (continued)
- Re: [PATCH] EWW - use revert--buffer-function to reload, and allow reload in eww-list-buffer, Jim Porter, 2024/10/03
- Re: [PATCH] EWW - use revert--buffer-function to reload, and allow reload in eww-list-buffer, Sebastián Monía, 2024/10/03
- Re: [PATCH] EWW - use revert--buffer-function to reload, and allow reload in eww-list-buffer, Adam Porter, 2024/10/03
- Re: [PATCH] EWW - use revert--buffer-function to reload, and allow reload in eww-list-buffer, Sebastián Monía, 2024/10/11
- Re: [PATCH] EWW - use revert--buffer-function to reload, and allow reload in eww-list-buffer, Eli Zaretskii, 2024/10/12
- Re: [PATCH] EWW - use revert--buffer-function to reload, and allow reload in eww-list-buffer, Jim Porter, 2024/10/12
- Re: [PATCH] EWW - use revert--buffer-function to reload, and allow reload in eww-list-buffer, Sebastián Monía, 2024/10/13
- Re: [PATCH] EWW - use revert--buffer-function to reload, and allow reload in eww-list-buffer, Adam Porter, 2024/10/13
- Re: [PATCH] EWW - use revert--buffer-function to reload, and allow reload in eww-list-buffer, Sebastián Monía, 2024/10/14
- Re: [PATCH] EWW - use revert--buffer-function to reload, and allow reload in eww-list-buffer, Adam Porter, 2024/10/14
- Re: [PATCH] EWW - use revert--buffer-function to reload, and allow reload in eww-list-buffer,
Sebastián Monía <=
- Re: [PATCH] EWW - use revert--buffer-function to reload, and allow reload in eww-list-buffer, Adam Porter, 2024/10/15
- Re: [PATCH] EWW - use revert--buffer-function to reload, and allow reload in eww-list-buffer, Jim Porter, 2024/10/14
- Re: [PATCH] EWW - use revert--buffer-function to reload, and allow reload in eww-list-buffer, Sebastián Monía, 2024/10/14
- Re: [PATCH] EWW - use revert--buffer-function to reload, and allow reload in eww-list-buffer, Adam Porter, 2024/10/15
- Message not available
- Re: [PATCH] EWW - use revert--buffer-function to reload, and allow reload in eww-list-buffer, Sebastián Monía, 2024/10/19
- Re: [PATCH] EWW - use revert--buffer-function to reload, and allow reload in eww-list-buffer, Jim Porter, 2024/10/20
- Re: [PATCH] EWW - use revert--buffer-function to reload, and allow reload in eww-list-buffer, Sebastián Monía, 2024/10/20
Re: [PATCH] EWW - use revert--buffer-function to reload, and allow reload in eww-list-buffer, Jim Porter, 2024/10/03