[Nfd-dev] TimingWheel Implementation - Need Code Optimization Review

Junxiao Shi shijunxiao at email.arizona.edu
Sat Mar 15 09:18:34 PDT 2014


Hi Jerald

When you compile code for performance test, make sure debugging is
disabled, and optimization is at highest level.

I see one problem beyond compiler optimization:
m_wheelEvents is a vector, but there are lots of front-insert and erase
operations. A doubly linked list may perform better.

Yours, Junxiao
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/nfd-dev/attachments/20140315/5e7b5982/attachment.html>


More information about the Nfd-dev mailing list