Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

guillaumeblanc
Copy link

Hi,

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

Regards,
Guillaume

The original implementation searches twice (find + insert) in case the key/string isn't found.
@github-actions github-actions bot added the c++ label Apr 18, 2024
@guillaumeblanc guillaumeblanc changed the title [C++] Uses std::set::insert() function return value to search only once. [C++, flexbuffers] Uses std::set::insert() function return value to search only once. Apr 19, 2024
@guillaumeblanc guillaumeblanc changed the title [C++, flexbuffers] Uses std::set::insert() function return value to search only once. [C++, flexbuffers] Optimizes shared key/string search implementation Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant