-
- Downloads
Switch to fnv-hash-fast from fnvhash (#90761)
* 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
Showing
- homeassistant/components/homekit/aidmanager.py 1 addition, 1 deletionhomeassistant/components/homekit/aidmanager.py
- homeassistant/components/homekit/manifest.json 1 addition, 1 deletionhomeassistant/components/homekit/manifest.json
- homeassistant/components/recorder/db_schema.py 3 additions, 6 deletionshomeassistant/components/recorder/db_schema.py
- homeassistant/components/recorder/manifest.json 1 addition, 1 deletionhomeassistant/components/recorder/manifest.json
- homeassistant/package_constraints.txt 1 addition, 1 deletionhomeassistant/package_constraints.txt
- requirements_all.txt 1 addition, 1 deletionrequirements_all.txt
- requirements_test_all.txt 1 addition, 1 deletionrequirements_test_all.txt
- tests/components/homekit/test_aidmanager.py 2 additions, 2 deletionstests/components/homekit/test_aidmanager.py
- tests/components/recorder/db_schema_25.py 1 addition, 1 deletiontests/components/recorder/db_schema_25.py
- tests/components/recorder/db_schema_28.py 1 addition, 1 deletiontests/components/recorder/db_schema_28.py
- tests/components/recorder/db_schema_30.py 1 addition, 1 deletiontests/components/recorder/db_schema_30.py
Loading
Please register or sign in to comment