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

feat(utils): replace zlib by lz4 #432

Closed
wants to merge 2 commits into from
Closed

feat(utils): replace zlib by lz4 #432

wants to merge 2 commits into from

Conversation

easy1090
Copy link
Contributor

Summary

feat(utils): replace zlib by lz4

Compress text function will consume ~15s by zlib in big repo. So use lz4 to optimize this consume time.
By diff this time data, lz4 will at least 2x faster than zlib when compress the big data.

Related Links

@CLAassistant
Copy link

CLAassistant commented Jul 22, 2024

CLA assistant check
All committers have signed the CLA.

Copy link

netlify bot commented Jul 22, 2024

Deploy Preview for rsdoctor ready!

Name Link
🔨 Latest commit 16e12ad
🔍 Latest deploy log https://app.netlify.com/sites/rsdoctor/deploys/669f6536b2dc3c00082525bd
😎 Deploy Preview https://deploy-preview-432--rsdoctor.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@easy1090 easy1090 force-pushed the feat/compress-lz4 branch 2 times, most recently from 005e0e6 to ada0625 Compare July 23, 2024 08:08
feat: compress tool zlib has be changed to lz4
@easy1090 easy1090 force-pushed the feat/compress-lz4 branch from ada0625 to 16e12ad Compare July 23, 2024 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants