From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Emacs repo comment about org-element's use of avl-tree--* Date: Sat, 20 Jan 2018 00:44:22 -0500 Message-ID: <87vafxhyo9.fsf@kyleam.com> References: <87zi5a35m7.fsf@kyleam.com> <87po65pyww.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33591) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eclx8-0001Ng-8Y for emacs-orgmode@gnu.org; Sat, 20 Jan 2018 00:44:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eclx3-0005UM-Mv for emacs-orgmode@gnu.org; Sat, 20 Jan 2018 00:44:30 -0500 Received: from pb-smtp1.pobox.com ([64.147.108.70]:56840) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eclx3-0005Tw-Ic for emacs-orgmode@gnu.org; Sat, 20 Jan 2018 00:44:25 -0500 In-Reply-To: <87po65pyww.fsf@nicolasgoaziou.fr> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Nicolas Goaziou writes: > IIRC, this is because external functions do not give enough control over > the tree. For example, the code needs to be able to find a node whose > key matches a given predicate, efficiently. > > This is not much of an issue, however. This implementation detail may > change at some point. OK, thanks for your response. -- Kyle