Hi all, I'm in the process of changing over some code of mine from hand-rolled lists to using TAILQ and friends from queue.h
In reading the documentation, I note it says the following about TAILQ (and similar for other macros): Code size is about 15% greater and operations run about 20% slower than lists. Would someone mind enlightening me where this statistic has come from, how it's measured, and if there's any practical considerations a programmer could use to either reduce the running times, or at least not exceed it? Or failing that, is the comment in the documentation worth mentioning at all? Thanks all! Michael