Alexander Krotov <ilabdsf@yandex.ru> [Sat, 08 Aug 2015 23:33:55 +0300] rev 11566
Factor ByteTagList::Adjust out of ByteTagList::AddAt{Start,End}
Alexander Krotov <ilabdsf@yandex.ru> [Sat, 08 Aug 2015 23:13:40 +0300] rev 11565
Optimize ByteTagList adjustment
Alexander Krotov <ilabdsf@yandex.ru> [Sat, 08 Aug 2015 18:21:45 +0300] rev 11564
Byte tags benchmark
Alexander Krotov <ilabdsf@yandex.ru> [Sat, 08 Aug 2015 21:45:16 +0300] rev 11563
Use CommandLine to parse arguments in Packet benchmark
Mathieu Lacage <mathieu.lacage@cutebugs.net> [Fri, 07 Aug 2015 02:50:14 -0400] rev 11562
make minimum number of iterations 1 to avoid changing command-line behavior
Alexander Krotov <ilabdsf@yandex.ru> [Sun, 26 Jul 2015 19:44:33 +0300] rev 11561
Optimize ByteTagList by tracking byte tags boundaries
This patch restores performance to the level nearly equal to that before
recent bugfixing, as was checked by running utils/bench-packets.
Mathieu Lacage <mathieu.lacage@cutebugs.net> [Fri, 07 Aug 2015 02:47:25 -0400] rev 11560
merge
Mathieu Lacage <mathieu.lacage@cutebugs.net> [Thu, 06 Aug 2015 05:15:51 -0400] rev 11559
run the benchmark over multiple iterations to minimize variance
Alexander Krotov <ilabdsf@yandex.ru> [Sun, 26 Jul 2015 19:44:06 +0300] rev 11558
Remove ByteTagList::IsDirty{Start,End}
These functions are only used once and do not save time. Both functions
iterate over the whole list just to prevent iterating over the whole list
if they return false. As traversing the list is required in any case,
these functions can be removed.
Tom Henderson <tomh@tomh.org> [Thu, 06 Aug 2015 11:15:42 -0700] rev 11557
rescan network bindings