esp-idf/components/nvs_flash
radek.tandler 508d9a6a22 fix(nvs): Fixed Page::findItem performance degradation
Wrong condition gating the hash map use causing performance degradation was corrected

The condition enabling use of hash map when page is searched for Item was modified
to correct the bug introduced by commit addressing delete of any BLOB_INDEX Items.
This correction returns the performance of findItem to the state before previous change.
2024-03-07 19:47:33 +01:00
..
host_test
include
nvs_partition_generator
nvs_partition_tool
private_include
src fix(nvs): Fixed Page::findItem performance degradation 2024-03-07 19:47:33 +01:00
test_apps
test_nvs_host fix(nvs): Improved lockig mechanism for initialization phase 2024-02-24 07:55:32 +01:00
.build-test-rules.yml
.gitignore
CMakeLists.txt fix(nvs): Improved lockig mechanism for initialization phase 2024-02-24 07:55:32 +01:00
Kconfig
project_include.cmake