支持 json 格式的 lz4 压缩
supporting lz4 compression with json format
与其说是问题,不如说是功能请求。
LZ4 是当今已知最快的 LZ77 压缩器之一,在解压缩数据时特别高效。它的压缩比不像 gzip,但对文本数据非常好。与在 IO 稀缺环境(如 Google 云)中进行原始写入相比,将文件写入永久磁盘实际上可以节省用户时间。
如果你们除了 gzip 之外还支持 lz4 上传数据,它还可以为 Google 及其客户端节省很多(很多!)CPU 个周期。
例如,此问题是属于云平台 Public 问题跟踪器 [1]. As a Whosebug question, though, it's somewhat out of place. I encourage you to make a feature request which explains your use-case in the public issue tracker, while asking specific technical questions on Whosebug. If you have any questions, you should refer to the Help Center [2] [3] here on Whosebug or check out the kind of issues and feature requests which get reported in the App Engine public issue tracker [4] 的功能请求。
与其说是问题,不如说是功能请求。 LZ4 是当今已知最快的 LZ77 压缩器之一,在解压缩数据时特别高效。它的压缩比不像 gzip,但对文本数据非常好。与在 IO 稀缺环境(如 Google 云)中进行原始写入相比,将文件写入永久磁盘实际上可以节省用户时间。
如果你们除了 gzip 之外还支持 lz4 上传数据,它还可以为 Google 及其客户端节省很多(很多!)CPU 个周期。
例如,此问题是属于云平台 Public 问题跟踪器 [1]. As a Whosebug question, though, it's somewhat out of place. I encourage you to make a feature request which explains your use-case in the public issue tracker, while asking specific technical questions on Whosebug. If you have any questions, you should refer to the Help Center [2] [3] here on Whosebug or check out the kind of issues and feature requests which get reported in the App Engine public issue tracker [4] 的功能请求。