You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The quote2 crate, which is an alternative lightweight version of quote, offers some improvements over quote
Proposal
If requested, I would be happy to submit a pull request to implement these optimizations. My proposal involves refactoring existing code to leverage the improved design in quote2
Please let me know if this contribution would be valuable. I can provide more details or send a pull request directly for review.
The text was updated successfully, but these errors were encountered:
We don't have the capacity for reviewing an entire crate for feasability.
If you want to make a case, I recommend:
creating benchmarks, ideally by swapping out the quote usage in serde and showing concrete numbers
Running crater-at-home to see if swapping it out will break any crates (this requires extending crater-at-home to allow injecting patched crates)
Writing a paragraph or two explaining the differences between the crates
All of these are significant effort and may not pan out, so only do this if you think there is a strong argument for switching and want to convince us.
Context
The quote2 crate, which is an alternative lightweight version of quote, offers some improvements over
quote
Proposal
If requested, I would be happy to submit a pull request to implement these optimizations. My proposal involves refactoring existing code to leverage the improved design in
quote2
Please let me know if this contribution would be valuable. I can provide more details or send a pull request directly for review.
The text was updated successfully, but these errors were encountered: