Eric Evans created CASSANDRA-12063:
--------------------------------------
Summary: Brotli storage compression
Key: CASSANDRA-12063
URL: https://issues.apache.org/jira/browse/CASSANDRA-12063
Project: Cassandra
Issue Type: Improvement
Components: Core
Reporter: Eric Evans
Assignee: Eric Evans
Priority: Minor
Brotli is a compression algorithm based on a modern variant of the LZ77
algorithm, Huffman coding and 2nd order context modeling. It produces smaller
compressed sizes at costs comparable to deflate.
I have a working [ICompressor
implementation|https://github.com/eevans/cassandra-brotli] which has received a
fair amount of testing already. I'll follow up shortly with a Cassandra
changeset(s) for review.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)