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:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=kc3/FPAX28ycpTWJGoZ670fKr5Mg08qcwoqSqsGx0C4=; b=Uzqrz49Z7ZorEIGa+gfGpPk1NDmJNXYO81z/kuC+eNvmdO7SNR8RnqSEuoXl0YyBGy d56c1MsK7HWONh2X5/d8dyOv8fBwFsN36EFD+S4oY8XIYoLs70NG2YKXEicisOCCJNlg yDzZ4ZHirDguWf3z5zgt1B1coEce+jEZrN4NcxD0AiDLGnjRtAnRD8TiZjK596BByQGc 4dd7zZQlW6kP+m+AcB1WwMZ+v47jptIM4rVz2hW2u+LkUMmgIQNldNmIUqOgOa1/reRC YIv+aLrcuvlvDmsZpq1TVoLdVOC1nuzBXx9SEMUieFAIZSTQgapZP0kYSxe6Uwe7Cdxw KqUg== X-Received: by 10.180.72.35 with SMTP id a3mr15194904wiv.21.1441967686322; Fri, 11 Sep 2015 03:34:46 -0700 (PDT) Date: Fri, 11 Sep 2015 12:34:41 +0200 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] Notice to developers: layers have now a type. Message-Id: <20150911123441.f34b3f87230b0ab7c7faed96@gmail.com> In-Reply-To: References: <55F1F75F DOT 8010809 AT jump-ing DOT de> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 Fri, 11 Sep 2015 12:10:59 +0200 Kai-Martin Knaak wrote: > Markus Hitter wrote: > > > The new code will give layers a type. > > Great to see work done on the layer infrastructure! > Currently, pcb on my desktop seems to be limited by a combination of > processor speed and memory speed. (Found out the hard way after memory > failure and temporarily replacement with old slow memory.) I guess, this > is in part due to the application inefficiently iterating over layers and > objects over and over. For me it works fast but my designs are small. Time to change to faster computer?