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

[Code refactoring] Optimize CachedResult for key absence #571

Merged
merged 1 commit into from
Apr 20, 2024

Conversation

sjanel
Copy link
Owner

@sjanel sjanel commented Apr 20, 2024

When CachedResult is used without a key, no std::unordered_map is used and result data is stored inline and directly accessible.

@sjanel sjanel added the enhancement New feature or request label Apr 20, 2024
@sjanel sjanel force-pushed the chore/optimize-cache-result-no-key branch from 013252d to aa8bb7d Compare April 20, 2024 18:54
@sjanel sjanel merged commit 07bae7c into main Apr 20, 2024
14 checks passed
@sjanel sjanel deleted the chore/optimize-cache-result-no-key branch April 20, 2024 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant