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

template: add lookup support #2313

Merged
merged 10 commits into from
Nov 27, 2024
Merged

template: add lookup support #2313

merged 10 commits into from
Nov 27, 2024

Conversation

jqnatividad
Copy link
Collaborator

No description provided.

@jqnatividad jqnatividad marked this pull request as draft November 26, 2024 13:18
so we can use it to prealloc Hashmap in template, for better memory allocation and cache locality
from HashSet<Vec(String, String)> to a nested Hashmap which is both more memory efficient and faster (O(1) vs O(n))
@jqnatividad jqnatividad marked this pull request as ready for review November 27, 2024 05:38
@jqnatividad jqnatividad merged commit c9a4f5b into master Nov 27, 2024
12 of 14 checks passed
@jqnatividad jqnatividad deleted the template_lookup branch November 27, 2024 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant