文件名称:Go-kanzi是Go中的无损数据压缩实现
文件大小:168KB
文件格式:ZIP
更新时间:2022-09-02 21:06:44
Go开发-CSS预处理器
kanzi是Go中的无损数据压缩实现,目标是提供干净的API和非常快速的实现。
【文件预览】:
flanglet-kanzi-go-afda666
----license.txt(10KB)
----README.md(6KB)
----bitstream()
--------DefaultInputBitStream.go(7KB)
--------DefaultOutputBitStream.go(7KB)
--------DebugInputBitStream.go(6KB)
--------DebugOutputBitStream.go(6KB)
----Kanzi.go(7KB)
----test()
--------Functions_test.go(5KB)
--------BWT_test.go(2KB)
--------Entropy_test.go(6KB)
--------DefaultBitstream_test.go(9KB)
--------Transforms_test.go(4KB)
----Event.go(4KB)
----LICENSE(11KB)
----transform()
--------SBRT.go(4KB)
--------DivSufSort.go(44KB)
--------BWTS.go(6KB)
--------SA_IS.go(9KB)
--------BWT.go(12KB)
----app()
--------Kanzi.go(19KB)
--------BlockDecompressor.go(15KB)
--------BlockCompressor.go(18KB)
--------InfoPrinter.go(5KB)
----go.mod(36B)
----benchmark()
--------Functions_test.go(8KB)
--------BWT_test.go(2KB)
--------Entropy_test.go(12KB)
--------Hash_test.go(2KB)
--------Transforms_test.go(3KB)
----Global.go(8KB)
----.travis.yml(143B)
----function()
--------RLT.go(7KB)
--------NullFunction.go(2KB)
--------ZRLT.go(4KB)
--------SRT.go(5KB)
--------BWTBlockCodec.go(5KB)
--------TextCodec.go(82KB)
--------ByteTransformSequence.go(5KB)
--------ROLZCodec.go(27KB)
--------LZCodec.go(9KB)
--------ByteFunctionFactory.go(6KB)
--------X86Codec.go(5KB)
----entropy()
--------FPAQPredictor.go(2KB)
--------ExpGolombCodec.go(7KB)
--------EntropyCodecFactory.go(4KB)
--------TPAQPredictor.go(17KB)
--------NullEntropyCodec.go(3KB)
--------RangeCodec.go(11KB)
--------AdaptiveProbMap.go(4KB)
--------BinaryEntropyCodec.go(9KB)
--------HuffmanCodec.go(15KB)
--------ANSRangeCodec.go(17KB)
--------RiceGolombCodec.go(5KB)
--------EntropyUtils.go(11KB)
--------CMPredictor.go(3KB)
----util()
--------BufferStream.go(2KB)
--------LyndonWords.go(2KB)
--------hash()
----io()
--------Utils.go(1KB)
--------CompressedStream.go(34KB)