mirror of
https://github.com/home-assistant/core.git
synced 2026-05-17 05:51:33 +01:00
b4fec762bc
* Switch to fnv-hash-fast from fnvhash Replaces the pure python implemention with a fast cpp one when available (with fallback to pure python) changelog: https://github.com/bdraco/fnv-hash-fast/releases/tag/v0.3.1 source: https://github.com/bdraco/fnv-hash-fast/tree/main/src/fnv_hash_fast * Apply suggestions from code review * lint