Actions
Feature #4671
closedCompress IBF name before appending to interest or data name
Start date:
07/18/2018
Due date:
% Done:
100%
Estimated time:
Actions
Added by Ashlesh Gawande over 6 years ago. Updated almost 6 years ago.
100%
zlib seems to produce better results than bzip2:
https://gerrit.named-data.net/#/c/PSync/+/4906/
jenkins.named-data.net/job/PSync/70/
On my computer:
original size: 1440
Using bzip
compressed size: 541
Time to compress: 1.298 ms
Time to decompress: 0.527 ms
original size: 1440
Using zlib
compressed size: 413
Time to compress: 0.449 ms
Time to decompress: 0.163 ms
Current patch is simple, it always compresses IBF using zlib (default settings via Boost) before appending to name:
https://gerrit.named-data.net/c/PSync/+/4906
Should options be given to the application to:
If yes to any of the above, should I work on them in this change or defer to future change (post-release)?
it always compresses IBF using zlib before appending to name:
Compressing is unimportant. Instead, move IBF into Interest.Parameters or Data.Content.