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

Use compression on sample data for twitter provider. #99

Merged
merged 1 commit into from
Aug 15, 2023

Conversation

CZEMacLeod
Copy link
Contributor

Directly deserialize json from (gzip)stream without creating an intermediate string to reduce memory load. Ignores .gz file created in project by build task which runs on build to replace EmbeddedResources with .gz versions. https://nietras.com/2020/10/04/gzip-embeddedresource/ Reduces dll from ~186Kb to ~66Kb

Directly deserialize json from (gzip)stream without creating an intermediate string to reduce memory load.
Ignores .gz file created in project by build task which runs on build to replace EmbeddedResources with .gz versions.
https://nietras.com/2020/10/04/gzip-embeddedresource/
Reduces dll from ~186Kb to ~66Kb
@csharpfritz csharpfritz merged commit c82e97f into FritzAndFriends:main Aug 15, 2023
2 checks passed
@CZEMacLeod CZEMacLeod deleted the feature-gzip-test-data branch August 15, 2023 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants