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

Investigate changing object_is_processed to std::set or std::unordered_set #298

Open
alanking opened this issue Jan 14, 2025 · 0 comments
Open

Comments

@alanking
Copy link
Contributor

alanking commented Jan 14, 2025

Is there a reason that object_is_processed is a std::map and not a std::set (or std::unordered_set)? It seems like the value is always 1 (and only existence is checked for).

Originally posted by @FifthPotato in #295 (comment)

Relevant code:

std::map<std::string, uint8_t> object_is_processed;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant