You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As Kathleen Nichols ( @kmnichols ) point out there's no need for a lookup table, as inverse square root isn't that expensive to calulate (only requires multiplies).
The traffic-pacing-edt/codel_impl.h code implements a table lookup for the inverse square root.
As Kathleen Nichols ( @kmnichols ) point out there's no need for a lookup table, as inverse square root isn't that expensive to calulate (only requires multiplies).
I welcome someone to implement this.
The text was updated successfully, but these errors were encountered: