On Sun, Feb 17, 2013 at 9:54 AM, Holger Freyther <hol...@freyther.de> wrote: > Do you consider > cutting back on how you dynamically allocate strings? E.g. stop > using fopen, fgets, only have one dynamically tmp string for the > various format routines one is using sequentially?
It's possible that a lot of it could also allocate on the stack or use stack-style management of a pool in heap. This is pretty performance-critical code, and we're seeing similar CPU overhead. -- David Strauss | da...@davidstrauss.net | +1 512 577 5827 [mobile] _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel