Files
esp-idf/components/nvs_flash
radek.tandler 5c9f4beb5f refactor(nvs_flash): Improved Blob performance
- The findItem method was improved to use a hash list in RAM when searching for BLOB data chunks
  - The findItem method was extended with a parameter that returns the position of an item on the page,
    if it is found
  - The algorithm for matching existing variable-length data (such as strings and BLOBs) with
    new values was enhanced by comparing the CRC32 of the data chunks before reading the data from flash
2025-10-23 20:02:16 +02:00
..