emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] What's the quickest way to contribute?


From: Dmitry Gutov
Subject: Re: [PATCH] What's the quickest way to contribute?
Date: Tue, 13 Jan 2015 14:15:58 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Thunderbird/33.0

On 01/13/2015 08:10 AM, Stefan Monnier wrote:

> I think algorithmically, it's equivalent (both are O(N), basically).

On some inputs, `cl-remove-if-not' could save on memory churn (less consing in the process), if the result list is small. Or if there's nothing to remove: it will simply return the original list.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]