[wanproxy/wanproxy] 52cab3: Eliminate the backref scan.

Juli Mallett juli at clockworksquid.com
Thu Oct 23 22:49:26 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/wanproxy/wanproxy
  Commit: 52cab313bbb80c43d4fc23ae461e30f0fb685b92
      https://github.com/wanproxy/wanproxy/commit/52cab313bbb80c43d4fc23ae461e30f0fb685b92
  Author: Juli Mallett <juli at clockworksquid.com>
  Date:   2014-10-23 (Thu, 23 Oct 2014)

  Changed paths:
    M xcodec/xcodec_encoder.cc

  Log Message:
  -----------
  Eliminate the backref scan.

It turns out to be unproductive, and has the biggest hit for the
case of processing new data, which is the case about which we
should be most conservative because it has the lowest throughput,
and so the least room to absorb a hit, whereas the case of seen
data allows us to take a little hit since we're more likely to
be able to process data faster than we get it.




More information about the wanproxy mailing list