Attention is currently required from: jolly, pespin.
1 comment:
Patchset:
My idea was to use pointers to increase performance. […]
mh. but don't we have a per-endpoint list of connections? so we would only be "iterating" a linked list of two entries in the "most cases" scenario you described above? Do you really think that iterating a list with two entries (whcih is three dereferences of the next pointer) is significantly slower than the mechanism you're introducing? I'm somewhat doubtful we should have that level of complexity without knowing for sure that there's an actual performance issue to begin with.
To view, visit change 33548. To unsubscribe, or for help writing mail filters, visit settings.