compress

package
v0.0.0-...-56df863 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 19, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LzwCompress

func LzwCompress(data string, ratio int) (string, error)

LzwCompress 压缩函数

func LzwDecompress

func LzwDecompress(data string, ratio int) (string, error)

LzwDecompress 解压函数

func ZSTDCompress

func ZSTDCompress(s string) (string, error)

ZSTDCompress 返回压缩后的十六进制字符串

func ZSTDDecompress

func ZSTDDecompress(compressed string) (string, error)

Types

This section is empty.