利用ByteBuffer来实现Beringei的核心压缩算法,仅仅是压缩算法,不考虑持久化和多线程以及retry等等
-
Updated
Jul 23, 2019 - Java
利用ByteBuffer来实现Beringei的核心压缩算法,仅仅是压缩算法,不考虑持久化和多线程以及retry等等
Beringei存在二级压缩,第一级压缩是在内存中使用Gorilla为原型的压缩方法,二级压缩是用通用zlib压缩后持久化到磁盘。这里计算第一级压缩的压缩比。
Add a description, image, and links to the beringei topic page so that developers can more easily learn about it.
To associate your repository with the beringei topic, visit your repo's landing page and select "manage topics."