LZString

package module
v0.0.0-...-4433c0f Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2022 License: MIT Imports: 5 Imported by: 8

README

lz-string-go

Go implementation of the LZ-based compression algorithm.

Improvements

  • Performance problems | PR
    • Performance optimizations have been made to this library
    • Decompression support for drop characters

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Compress

func Compress(uncompressed string, keyStrBase64 string) string

func Decompress

func Decompress(input string, keyStrBase64 string) (string, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL