Conversation
This can be leverage by some serialization format like messagepack to use a more optimized encoding. Relying on the slice serialization instead require serializing an entire array of integer instead which can take substantially more space and time.
In the future `RhsValue` will also likely be renamed to `LiteralExpr`.
Instead of relying on `Cow<'_, [u8]>`. It makes the code easier to read but also allows us to implement the various traits we need the way we want them to. And it also makes experimenting with different represention more easier.
This also updates thiserror to dedup versions.
It was only possible internally but now all private methods are gone and one *must* go through a `TypedArray` to build an `Array`.
* `Map` and `InnerMap` are now fully immutable * Internal `Deref` impl has been removed to pave for the future introduction of a map trait * Iterators have been reworked
* Remove `Deref` impl * Rework iterators
Because it is more performant and properly maintained.
fixed conflicts
Instead of relying on `Cow<'_, [u8]>`. It makes the code easier to read but also allows us to implement the various traits we need the way we want them to. And it also makes experimenting with different represention more easier.
Because it is more performant and properly maintained.
Bumps [rand](https://github.com/rust-random/rand) from 0.9.2 to 0.9.3. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.3/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.9.2...0.9.3) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…een std and wirefilter imports
…re derive in wildcard_replace.rs
pigri
approved these changes
Apr 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.