Re: GETF Speedup?

"Yuri Davidovsky (as work at disclosure dot ie)" <[email protected]>
Newsgroups gmane.lisp.lispworks.general
Message-ID <[email protected]>

> On 19 Oct 2025, at 13:26, Tim Bradshaw <[email protected]> wrote:
> 
> I don't understand why the list is not completely sequential, even for small lists: my guess is something to do with the way the GC works.

I would hazard a guess that the GC does not try to completely straighten the list out, but creates several continuous chunks, which should be good enough for the purpose as the list will be mostly sequential. It may have to do with it trying to use spare RAM efficiently when it is fragmented. Either way, here is a GC example of adaptation in reverse — the app attempts to adapt to how the hardware works rather than the other way around, since it is much easier.

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
[email protected]
http://www.lispworks.com/support/lisp-hug.html
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.