[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Garbage collector: is 800kb a good default?
From: |
Andrea Corallo |
Subject: |
Re: Garbage collector: is 800kb a good default? |
Date: |
Fri, 10 Apr 2020 15:52:12 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Stefan Monnier <address@hidden> writes:
> So if occasionally the user hits a key during the idle-GC, he just gets
> to experience the delay that he would otherwise *always* experience.
>
> The purpose of the idle-GC is not to *add* more background activity, but
> to move activity from active time to idle time. So if it works as
> intended it is not comparable to those other long-running idle timers.
Following the discussion seems to me that the strategy you are
discussing for the idle GC is exactly what I've implemented in the GCMH
[1].
This into MELPA since about one year (I was without copyright assignment
at the time) but I'd be happy to have it in ELPA or to have it reused
somehow if it comes handy.
Andrea
[1] https://melpa.org/#/gcmh
--
address@hidden
- Re: Garbage collector: is 800kb a good default?, (continued)
- Re: Garbage collector: is 800kb a good default?, Eli Zaretskii, 2020/04/09
- Re: Garbage collector: is 800kb a good default?, Stefan Monnier, 2020/04/09
- Re: Garbage collector: is 800kb a good default?, Eli Zaretskii, 2020/04/09
- Re: Garbage collector: is 800kb a good default?, Stefan Monnier, 2020/04/09
- Re: Garbage collector: is 800kb a good default?, Eli Zaretskii, 2020/04/10
- Re: Garbage collector: is 800kb a good default?, Stefan Monnier, 2020/04/10
- Re: Garbage collector: is 800kb a good default?, Eli Zaretskii, 2020/04/10
- Re: Garbage collector: is 800kb a good default?, Stefan Monnier, 2020/04/10
- Re: Garbage collector: is 800kb a good default?, Stefan Monnier, 2020/04/10
- Re: Garbage collector: is 800kb a good default?, Eli Zaretskii, 2020/04/10
- Re: Garbage collector: is 800kb a good default?,
Andrea Corallo <=
- Re: Garbage collector: is 800kb a good default?, Stefan Monnier, 2020/04/10
- Re: Garbage collector: is 800kb a good default?, Andrea Corallo, 2020/04/10
- Re: Garbage collector: is 800kb a good default?, Andrea Corallo, 2020/04/09