mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
f9db33d15d
Generally, LIST_ can be a little faster than TAILQ_ for most operations. We only need to use TAILQ_ when we care about traversing lists from tail-to-head, or we need to be able to add items to the end of the list.