X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=iKV67QxFeQ462cyOr+uUV7Pxxm5hdnAJH7k8LyAanCY=; b=YdbBFAUjEJwfIGO6GRo85PBsVYYsoMl0RVm0MjLVVNQ8vVM6Vx+yLMox0R/4p9qL0x ApaBQcnjf+V6TVZM/SsrLczVvJshQm3Deh11WTlQgVJBA/FpUXziN/nBiuyqm6efgo+N r2qp5CaEhPARbAwNd6wJN6/80fesvoDsioay4s8a71bwyNP+bL5bysp1rcBkl8RzvOIi T9MRCaUmlcyFePLgX/e7a6SFAZ6QzEc6frGMhi7go4Vj6QM+5EUF96o/lrhhe22L3kXW n5KoRnFsvWrHXQFYR82KVJ139g5PkQv9/Y8OnevBnYYIGB7mBFSiYeQCk37E9mfnLAU/ yfWQ== X-Received: by 10.152.120.74 with SMTP id la10mr11920216lab.37.1441533369246; Sun, 06 Sep 2015 02:56:09 -0700 (PDT) Date: Sun, 6 Sep 2015 12:56:07 +0300 From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] gschem question about internals Message-ID: <20150906095607.GH2637@localhost.localdomain> Mail-Followup-To: geda-user AT delorie DOT com References: <20150905202843 DOT GB7185 AT localhost DOT localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, Sep 06, 2015 at 05:38:48AM +0200, gedau AT igor2 DOT repo DOT hu wrote: ... > About the original question from yesterday: I was more interested in whether > there is a hash of refdes -> OBJECT, or anything like that, being constantly > maintained by gschem. Or whenever gshcem is looking for something, does it > do linear searches on the lists of pages and objects? Yes, in most C functions it is done this way, AFAIR. Cheers, Vladimir