flatbuffers icon indicating copy to clipboard operation
flatbuffers copied to clipboard

[C++, flexbuffers] Optimizes shared key/string search implementation

Open guillaumeblanc opened this issue 1 year ago • 0 comments

Hi,

The original implementation searches twice (find + insert) in case the key/string isn't found.

Regards, Guillaume

guillaumeblanc avatar Apr 18 '24 21:04 guillaumeblanc