Attention is currently required from: laforge, fixeria.
1 comment:
File src/shared/l1gprs.c:
Patch Set #10, Line 83: static struct l1gprs_tbf *l1gprs_find_tbf(struct l1gprs_state *gprs,
What do we win by having two different lists?
Iterating over the interesting subset instead of iterating over the entire set and skipping half.
O(N) vs O(N/2).
To view, visit change 30743. To unsubscribe, or for help writing mail filters, visit settings.