yes tim, i'm aware of it - this just needed to be fixed quickly so lanl could
operate.
On Aug 14, 2012, at 1:00 PM, Tim Mattox wrote:
> Is a linear search actually necessary? Is there some order to the
> vpid's in the array?
> I would hope you could do a binary search, or if the vpid's are uno
Is a linear search actually necessary? Is there some order to the
vpid's in the array?
I would hope you could do a binary search, or if the vpid's are unordered, then
hopefully this is a rarely invoked code path. Just thinking of scalability.
On Tue, Aug 14, 2012 at 2:18 PM, wrote:
> Author: r