green-coder / green-coder/diffuse
Compress the data before sending over the network
未关闭
enhancement
- 主要语言
- Clojure
- 星标
- 51
- 派生
- 1
- PR 合并指标
- 30 天内没有已合并 PR
描述
(Based on the feedback from @plexus w.r.t. the http PATCH use case)
The data representation of the diff was chosen for its user friendliness and its efficiency during composition. It is relatively verbose for been send over the network.
The data could potentially be encoded into something smaller. We could add some serialize / deserialize functions to compress it. For instance:
- in maps, keys could be grouped by operations, similarly to the sets.
- in vectors, the index-ops could be flattened 1 level, a `:replace` operation could replace a `:remove` followed by an `:insert`.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。