compressjson is a high-performance Go library for type-safe JSON compression using the JSON -> Zstd -> Base64 chain, optimized for low-latency caching and high-throughput data transfer.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
35
commits
refactoring. Moved the data processing packages to the lib directory, the interface and json compression package remained in the root directory.
c4fee1dView on GitHubfix linter notice, rename help pkg(it only for tests)
54cb3e7View on GitHub