[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170825004947.GE29701@js1304-P5Q-DELUXE>
Date: Fri, 25 Aug 2017 09:49:47 +0900
From: Joonsoo Kim <iamjoonsoo.kim@....com>
To: Nick Terrell <terrelln@...com>
Cc: "sergey.senozhatsky.work@...il.com"
<sergey.senozhatsky.work@...il.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"minchan@...nel.org" <minchan@...nel.org>
Subject: Re: [PATCH] zram: add zstd to the supported algorithms list
On Thu, Aug 24, 2017 at 09:33:54PM +0000, Nick Terrell wrote:
> On Thu, Aug 24, 2017 at 10:49:36AM +0900, Sergey Senozhatsky wrote:
> > Add ZSTD to the list of supported compression algorithms.
> >
> > Official benchmarks [1]:
>
> Awesome! Let me know if you need anything from me.
>
Hello, Nick.
Awesome work!!!
Let me ask a question.
Zram compress and decompress a small data (a page) and your github
site says that using predefined dictionary would be helpful in this
situation. However, it seems that compression crypto API for zstd
doesn't use ZSTD_compress_usingDict(). Is there any plan to support
it?
Thanks.
Powered by blists - more mailing lists