Re: [Kicad-developers] [PATCH] Memoize SHAPE_LINE_CHAIN bounding box computation

2016-08-11 Thread Maciej SumiƄski
Just to let you know: I had asked Tom and he had had nothing against the patch, so Chris has committed it. Regards, Orson On 08/10/2016 04:19 PM, Wayne Stambaugh wrote: > Orson & Tom, > > Please look over this patch when you get a chance to see if it makes > sense to commit it. > > Thanks, >

Re: [Kicad-developers] [PATCH] Memoize SHAPE_LINE_CHAIN bounding box computation

2016-08-10 Thread Wayne Stambaugh
Orson & Tom, Please look over this patch when you get a chance to see if it makes sense to commit it. Thanks, Wayne On 8/6/2016 9:36 PM, Chris Pavlina wrote: > The board I'm working on is quite complex and makes KiCad _very_ slow, > so I'm working on a bit of profiling and optimizing. The

[Kicad-developers] [PATCH] Memoize SHAPE_LINE_CHAIN bounding box computation

2016-08-06 Thread Chris Pavlina
The board I'm working on is quite complex and makes KiCad _very_ slow, so I'm working on a bit of profiling and optimizing. The attached patch memoizes SHAPE_LINE_CHAIN bounding box computation, which is a hot spot during netlist sync (presumably when trace/net connections are calculated). For my