implhm 1.0.8

Simplified library of collision-handling HashMaps
Documentation

implhm

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 13 feature flags, 3 of them enabled by default.

default

  • separate-chaining

separate-chaining

  • enabled

enabled

    This feature flag does not enable additional features.

separate-chaining-test

  • separate-chaining
  • test

open-addressing-test

  • open-addressing
  • test

quadratic-probing-test

  • quadratic-probing
  • open-addressing-test

linear-probing-test

  • linear-probing
  • open-addressing-test

double-hashing-test

  • double-hashing
  • open-addressing-test

double-hashing

  • open-addressing

open-addressing

  • enabled

linear-probing

  • open-addressing

quadratic-probing

  • open-addressing

test

    This feature flag does not enable additional features.