• D
    Prefer binary search over tree lookup for FDEs · 4d88d9ed
    Derek Parker 提交于
    FDEs previously were loaded into a red/black tree and searched. This is
    significantly more expensive than a binary search over a slice. Not sure
    what I was thinking using a red/black tree - this binary search
    implementation is significantly more efficient.
    4d88d9ed
proctl.go 12.6 KB