Re: [Kicad-developers] PATCH: 3D resolver

2016-04-27 Thread Wayne Stambaugh
Cirilo, We already have code that expands environment variables. It's the static function: const wxString FP_LIB_TABLE::ExpandSubstitutions( const wxString& aString ) I would prefer that you use it rather than write your own unless it doesn't suite your needs. Looking at your patch, it should

Re: [Kicad-developers] Optimization

2016-04-27 Thread Lorenzo Marcantonio
On Tue, Apr 26, 2016 at 05:43:16PM +0200, Javier Loureiro Varela wrote: > Normally, it is easier to optimize the algorithm and the data structures > (specially data structures) Ack, wasted time for a post, you said the same thing I meant :P As for the Intel vs ARM, in the past I had a Intel vs

Re: [Kicad-developers] Optimization

2016-04-27 Thread Lorenzo Marcantonio
On Tue, Apr 26, 2016 at 11:07:52AM -0400, Chris Pavlina wrote: > These are very, very small numbers. Honestly, is it worth the added code > complexity? The added chance of bugs? (None here that I can see, but it's a > risk we take every time we allow something like that). For a 3% improvement in >