Module difft::hash

source ·

Type Aliases

  • DftHashMap 🔒
    A fast hashmap with no hash DoS protection. This is used in extremely hot code.
  • DftHashSet 🔒
    A fast hash set with no hash DoS protection. This is a simple alias, but added for consistency with DftHashMap.