• Monty's avatar
    Improve performance of heap tables · e69466d0
    Monty authored
    - make hp_mask an inline function (short and called 16 times)
    - Simplify hp_search. Biggest benefit is for doing key lookup
      without a matching row. Matching rows may be a bit slower, but
      is offseted by having hp_mask inlined.
    e69466d0
heapdef.h 4.65 KB