green-coder / green-coder/diffuse

Compress the data before sending over the network

Đang mở
#1 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
enhancement
Ngôn ngữ chính
Clojure
Star
51
Fork
1
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

(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`.

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.