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

[Client encryption]: Adds Stream based processor #4806

Merged

Conversation

JanHyka
Copy link
Contributor

@JanHyka JanHyka commented Oct 15, 2024

Pull Request Template

Description

  • JsonProcessor.Stream was added to drop DOM overhead.
  • EncryptionProcessor has added overloads allowing consumer provision of output stream
  • tests were extended to new processor
  • performance tests were extended by provided stream overloads. RecyclableMemoryStream 3.0.1 is being used.

Type of change

Please delete options that are not relevant.

  • [] New feature (non-breaking change which adds functionality)
  • [] This change might require a documentation update

Closing issues

Contributes to #4678

juraj-blazek and others added 30 commits September 12, 2024 13:41
~ reduce validations overhead
~ update api file
@sourabh1007
Copy link
Contributor

Can you please add the perf numbers also, it would help us to understand, that it is really contributing to the attached issue.

@juraj-blazek
Copy link
Contributor

juraj-blazek commented Oct 23, 2024

Can you please add the perf numbers also, it would help us to understand, that it is really contributing to the attached issue.

@sourabh1007 the benchmark results can be found in the Readme.md

@kirankumarkolli
Copy link
Member

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@kirankumarkolli kirankumarkolli enabled auto-merge (squash) October 23, 2024 22:37
@kirankumarkolli kirankumarkolli merged commit f1e5c2f into Azure:master Oct 23, 2024
23 checks passed
@JanHyka JanHyka deleted the users/jan-hyka/stream_deserializer branch October 24, 2024 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

5 participants