Re: [Veusz-discuss] speeding up veusz

2009-09-29 Par sujet Jeremy Sanders
Matthew McCormick (thewtex) wrote: Yeah, _getLinePoints seems to be one of the buggers. Okay, I've hacked together a routine to convert arrays to QPolygonF in C++ to speed up this loop. It appears to work and is a lot faster than pure python. Unfortunately I've hacked in the support to get

Re: [Veusz-discuss] speeding up veusz

2009-09-29 Par sujet Matthew McCormick (thewtex)
On Sun, Sep 27, 2009 at 12:22 PM, Jeremy Sanders jer...@jeremysanders.net wrote: Matthew McCormick (thewtex) wrote: Yeah, _getLinePoints seems to be one of the buggers. Okay, I've hacked together a routine to convert arrays to QPolygonF in C++ to speed up this loop. It appears to work and is