aboutsummaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorGerrit Renker <[email protected]>2006-12-03 14:53:27 -0200
committerArnaldo Carvalho de Melo <[email protected]>2006-12-03 14:53:27 -0200
commit2bbf29acd8f7adcf161de7e5d891b4095687a59f (patch)
tree955b15fa3bcdee1f879949d8639c5e9d5b82e84e /include/linux/debugobjects.h
parent44158306d756c88272c8faf243ca68897498e219 (diff)
[DCCP] tfrc: Binary search for reverse TFRC lookup
This replaces the linear search algorithm for reverse lookup with binary search. It has the advantage of better scalability: O(log2(N)) instead of O(N). This means that the average number of iterations is reduced from 250 (linear search if each value appears equally likely) down to at most 9. Signed-off-by: Gerrit Renker <[email protected]> Acked-by: Ian McDonald <[email protected]> Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions