Commits

Nadav Rotem committed 4f09c4c25ba
[Compression] Accelerate the decompression of mangled strings. This commit accelerates the phase in the decompression that encodes strings as long numbers. This is optimization is similar to the code that we have in the compressor where we perform as much arithmetic as possible on local 64-bit values before we push them to the APInt. This change accelerates the compression by about 2x.