-
Notifications
You must be signed in to change notification settings - Fork 74
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
Commits on Nov 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a96d5d7 - Browse repository at this point
Copy the full SHA a96d5d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4166b9f - Browse repository at this point
Copy the full SHA 4166b9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee9a4a7 - Browse repository at this point
Copy the full SHA ee9a4a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f226e0 - Browse repository at this point
Copy the full SHA 7f226e0View commit details -
refactor: add case-sensitive arg to lookup filter; more verbose looku…
…p error messages
Configuration menu - View commit details
-
Copy full SHA for 91a7f19 - Browse repository at this point
Copy the full SHA 91a7f19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73466b2 - Browse repository at this point
Copy the full SHA 73466b2View commit details
Commits on Nov 27, 2024
-
refactor: add rowcount to LookupTableResult struct
so we can use it to prealloc Hashmap in template, for better memory allocation and cache locality
Configuration menu - View commit details
-
Copy full SHA for 159c051 - Browse repository at this point
Copy the full SHA 159c051View commit details -
refactor: changed LookupMap data structure
from HashSet<Vec(String, String)> to a nested Hashmap which is both more memory efficient and faster (O(1) vs O(n))
Configuration menu - View commit details
-
Copy full SHA for 81753cd - Browse repository at this point
Copy the full SHA 81753cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7ecd33 - Browse repository at this point
Copy the full SHA b7ecd33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ac4b95 - Browse repository at this point
Copy the full SHA 4ac4b95View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.