Cache payload should be compressed before storing
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 6
- Fork
- 2
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Experiments show that an on disk cache compresses very well.
A 105MB cached payload compressed to 272KB with zip and 79KB with bzip2.
zip compression was much faster so seems like a good thing to implement.
The total cache size was 1.5GB and it came down to about 4MB after zip compression which is very manageable.
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á.