On Sun, Feb 17, 2013 at 9:54 AM, Holger Freyther <[email protected]> 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 | [email protected] | +1 512 577 5827 [mobile] _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
