Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • 2
    A generic packing is quite inefficient because it cannot take a serious advantage from the sorting. Using for example sorting + delta coding you can get close to 1/3 the size of bzip2 --best (I made a test with one million numbers of 10 digits with 1000 5-digits prefixes: bzip2=3660874, delta=1104188, raw=10000000)
    – 6502
    Commented Oct 8, 2011 at 19:44