kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #43044
Re: Strokefont change from std::deque to std::vector
Hi,
On Tue, Dec 03, 2019 at 03:27:26PM +0000, Jeff Young wrote:
> Changing the glyph back to a deque (and leaving the strokes vectors) would probably alleviate much of the performance hit — but I’m not sure if it would bring back the memory issues or not.
Would it make sense to build it up as a list or deque, perhaps with a
custom allocator, and then copy the contents to a vector once the length is
known?
Simon
Follow ups
References