Expand description

A hash map implemented with quadratic probing and SIMD lookup.

Structs

Enums

  • A view into a single entry in a map, which may either be vacant or occupied.
  • A view into a single entry in a map, which may either be vacant or occupied.