flatbuffers
flatbuffers copied to clipboard
[C++, flexbuffers] Optimizes shared key/string search implementation
Hi,
The original implementation searches twice (find + insert) in case the key/string isn't found.
Regards, Guillaume