|
From: | Adam Porter |
Subject: | Re: Lisp files that load cl-lib in problematical ways |
Date: | Thu, 26 Oct 2023 04:31:14 -0500 |
User-agent: | Mozilla Thunderbird |
Hi Eli, I'm curious about this:
Btw, some of the cl-lib facilities should not be used in new code if they have equivalent implementations ins seq.el (which is nowadays preloaded) and in map.el.
Since seq.el and map.el use generic methods, don't they have some additional overhead compared to type-specific functions, like cl-lib ones that are specific to lists? Or is it small enough now that it doesn't matter anymore?
[Prev in Thread] | Current Thread | [Next in Thread] |