zephyr/subsys/fs/zms
Riadh Ghaddab e0f0256538 zms: optimize write function by skipping unnecessary reads
when performing a write ZMS checks if the data exists in the storage to
avoid double writing the same data and save some memory cycle life time.
However this downgrades the write performance.
Enable this feature only when CONFIG_ZMS_NO_DOUBLE_WRITE is enabled.

Signed-off-by: Riadh Ghaddab <rghaddab@baylibre.com>
2024-12-19 19:55:30 +01:00
..
CMakeLists.txt
Kconfig zms: optimize write function by skipping unnecessary reads 2024-12-19 19:55:30 +01:00
zms.c zms: optimize write function by skipping unnecessary reads 2024-12-19 19:55:30 +01:00
zms_priv.h