How are NVS keys stored?
Posted: Wed Jun 17, 2020 2:07 pm
I am using NVS for it’s Flash wear-leveling abilities. I am only storing a small number of Uint_32 values. Is there any advantage to using short keys vs long ones? If I call my keys “A”,”B”,”C”, vs. “This is a very long, and probably needlessly verbose key”, is the amount of storage that each key pair uses reduced? Or, does the NVS code hash all keys to the same length?