-
Notifications
You must be signed in to change notification settings - Fork 35
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
Support for encoding directives, arg groups, length-prefixed e-expressions #796
Merged
Commits on Jul 9, 2024
-
* Adds EncodingDirective variant to SystemStreamItem
* Adds support for switching encodings midstream * Adds support for parameter cardinality modifiers * Adds support for reading argument groups * Adds support for length-prefixed e-expressions * Optimizes and simplifies macro evaluation * Simplifies struct expansion logic * Adds static analysis optimizations to template evaluation * Adds support for lazily evaluating top-level e-expressions * Adds more Ion 1.1 encodings to the `read_many_structs` benchmark * Shrinks many data types Switching encodings midstream, initial support for encoding directives ParameterCardinality, transcribe raw binary 1.1 to text, version switching refactor transcription, groundwork for variadic params Adds non-required cardinalities Read support for binary arg grouping bitmap binary reader support for arg groups minor optimizations allows benchmarks to manually register templates reworked e-expr parsing Binary Ion v1.1 uses &'top for value, eexp types minor optimizations 2 clippy suggestions per-type read paths for string, int better Reworks EncodedValue offset calculation to save on size Adds support for length-prefixed e-exprs simplified struct iteration, rewrote eexp parsing further streamlining of read_sequence_value_expr Optimization for singleton template macros Reorganizes read_many_structs benchmark OneShotMacroEvaluator, EExpArgIterator trait, fixed ion-tests integration upgradeable MacroEvaluator (OneShot -> Stacked) Using new macro evaluator at root level Struct expansion uses new macro evaluator Optimizations for macro expansion * Adds `read_resolved` method to the LazyExpandedValue level so all Ion-type specific logic can be handled once instead of twice. * `MacroExpansion::initialize` now delegates the entire implementation the invocation's source kinds instead of dispatching on every method call. * Universal singleton macro expansion optimization support. Revised TemplateCompiler storage Shrank macro evaluator sizes simplified macro evaluation logic +"optimal path" eexp benchmark, more method inlining s/quote/literal/, clean up read_many_structs benchmark remove erroneous profile json Adds try_next! macro for Option<Result<_>> early returns cleanup clippy suggestions fix doc links more clippy suggestions
Configuration menu - View commit details
-
Copy full SHA for edcc3f0 - Browse repository at this point
Copy the full SHA edcc3f0View commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7655771 - Browse repository at this point
Copy the full SHA 7655771View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3591bba - Browse repository at this point
Copy the full SHA 3591bbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b16f51 - Browse repository at this point
Copy the full SHA 5b16f51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75f17f2 - Browse repository at this point
Copy the full SHA 75f17f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd32f1b - Browse repository at this point
Copy the full SHA cd32f1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b87e8a - Browse repository at this point
Copy the full SHA 9b87e8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37f62fb - Browse repository at this point
Copy the full SHA 37f62fbView commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 832eb84 - Browse repository at this point
Copy the full SHA 832eb84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85450d3 - Browse repository at this point
Copy the full SHA 85450d3View commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 111796a - Browse repository at this point
Copy the full SHA 111796aView commit details
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e3f9032 - Browse repository at this point
Copy the full SHA e3f9032View commit details -
Configuration menu - View commit details
-
Copy full SHA for f60e9f8 - Browse repository at this point
Copy the full SHA f60e9f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 189d326 - Browse repository at this point
Copy the full SHA 189d326View 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.