awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
pieroxy avatar

pieroxy/lz-string

0
View on GitHub↗
4,416 stele·570 fork-uri·TypeScript·MIT·4 vizualizări

Lz String

lz-string este o bibliotecă JavaScript și un instrument CLI pentru comprimarea și decomprimarea datelor de tip string folosind algoritmi Lempel-Ziv. Aceasta oferă utilitare pentru a reduce dimensiunea șirurilor de caractere și a fișierelor, optimizând stocarea și lățimea de bandă a rețelei.

Proiectul include encodere specializate pentru a asigura compatibilitatea datelor comprimate cu diferite straturi de transport. Acestea includ opțiuni pentru encodare Base64, mapare UTF-16 pentru o densitate mai mare de stocare și traducere sigură pentru URI, utilizabilă în adrese web.

Biblioteca suportă comprimarea datelor pe partea de client pentru optimizarea stocării locale și oferă o interfață în linia de comandă pentru efectuarea operațiunilor de comprimare și decomprimare pe fișiere sau fluxuri de intrare standard.

Features

  • String Compression - Provides a utility for reducing the size of string data using an LZ-based algorithm to optimize storage.
  • JavaScript - Reduces the size of text data in JavaScript to save storage space or reduce network bandwidth.
  • LZ-Based String Compressors - Compresses and decompresses string data using Lempel-Ziv algorithms to save storage or bandwidth.
  • Dictionary-Based Compression - Implements compression by replacing repeated substrings with references to a dictionary of previously encountered patterns.
  • Sliding Window Matching - Uses a sliding window to identify the longest matching prefixes for efficient back-referencing during compression.
  • Client-Side Compression - Allows data compression within the web browser to improve page load times and reduce transmission size.
  • Browser-Based Compression Libraries - Implements LZ-based compression specifically for reducing string and file sizes within JavaScript environments.
  • Compression and Decompression - Provides a utility for restoring compressed strings to their original form using a matching LZ-based algorithm.
  • Browser Local - Shrinks string data before saving it to browser storage to bypass strict character limits and capacity constraints.
  • Transport-Layer Encodings - Outputs compressed data as Base64, UTF-16, or URI-safe strings to ensure compatibility with different transport layers.
  • CLI Compression Tools - Provides a command line interface for compressing and decompressing files or standard input.
  • URI Encoding Utilities - Converts compressed data into formats that can be safely passed through URLs without breaking the request.
  • File Compression and Decompression - Enables the compression and decompression of files via a terminal interface.
  • URI-Safe Translations - Replaces reserved characters in compressed output to ensure strings remain valid when used in web addresses.
  • UTF-16 Encodings - Encodes compressed bits directly into 16-bit Unicode characters to maximize storage density in JavaScript strings.

Istoric stele

Graficul istoricului de stele pentru pieroxy/lz-stringGraficul istoricului de stele pentru pieroxy/lz-string

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Lz String

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Lz String.
  • facebook/zstdAvatar facebook

    facebook/zstd

    27,259Vezi pe GitHub↗

    Zstandard is a lossless data compression library and archive format designed for high compression ratios and fast real-time processing. It functions as a real-time data compressor and multi-threaded compression engine capable of distributing workloads across multiple CPU cores to increase throughput. The system features a dictionary-based compressor that trains on sample data to improve the compression ratio and speed of small files. It also provides long distance pattern matching to identify repeated sequences across large files. The library covers a broad range of capabilities including st

    C
    Vezi pe GitHub↗27,259
  • nodeca/pakoAvatar nodeca

    nodeca/pako

    6,081Vezi pe GitHub↗

    Pako is a pure JavaScript compression library that ports the C zlib library to JavaScript, providing deflate and gzip compression and decompression capabilities. It runs in both browser and Node.js environments by using typed arrays and universal JavaScript, avoiding platform-specific APIs for cross-platform compatibility. The library handles data through bitwise operations for Huffman coding and LZ77 matching, and automatically encodes string inputs to UTF-8 before compression while decoding them back on decompression. It supports streaming chunk-based processing, allowing incremental data h

    JavaScript
    Vezi pe GitHub↗6,081
  • google/brotliAvatar google

    google/brotli

    14,753Vezi pe GitHub↗

    Brotli is a lossless data compression library and engine that uses dictionary coding and frequency analysis to reduce file sizes. It provides tools for shrinking data streams and files while ensuring every bit of original information is preserved for perfect restoration. The project focuses on optimizing web content and network bandwidth by reducing the size of HTML, CSS, and JavaScript files. It is designed for integration into web servers and browsers to improve the efficiency of data transmission. The library includes capabilities for both compressing and decompressing data streams. It al

    TypeScript
    Vezi pe GitHub↗14,753
  • lz4/lz4Avatar lz4

    lz4/lz4

    11,882Vezi pe GitHub↗

    This project provides a lossless compression algorithm and a byte-oriented compression library designed for high-speed data reduction and maximum decompression speed. It functions as a stream-oriented compression engine, a software library for encoding and decoding data blocks, and a command-line tool for managing interoperable compressed frames. The system distinguishes itself through the use of predefined pattern dictionaries to improve compression ratios for small data sets and small packets. It supports multiple processing modes, including high-speed block compression for minimal latency

    Cccompressionlz4
    Vezi pe GitHub↗11,882
Vezi toate cele 30 alternative pentru Lz String→

Întrebări frecvente

Ce face pieroxy/lz-string?

lz-string este o bibliotecă JavaScript și un instrument CLI pentru comprimarea și decomprimarea datelor de tip string folosind algoritmi Lempel-Ziv. Aceasta oferă utilitare pentru a reduce dimensiunea șirurilor de caractere și a fișierelor, optimizând stocarea și lățimea de bandă a rețelei.

Care sunt principalele funcționalități ale pieroxy/lz-string?

Principalele funcționalități ale pieroxy/lz-string sunt: String Compression, JavaScript, LZ-Based String Compressors, Dictionary-Based Compression, Sliding Window Matching, Client-Side Compression, Browser-Based Compression Libraries, Compression and Decompression.

Care sunt câteva alternative open-source pentru pieroxy/lz-string?

Alternativele open-source pentru pieroxy/lz-string includ: facebook/zstd — Zstandard is a lossless data compression library and archive format designed for high compression ratios and fast… nodeca/pako — Pako is a pure JavaScript compression library that ports the C zlib library to JavaScript, providing deflate and gzip… google/brotli — Brotli is a lossless data compression library and engine that uses dictionary coding and frequency analysis to reduce… lz4/lz4 — This project provides a lossless compression algorithm and a byte-oriented compression library designed for high-speed… dop251/goja — Goja is a JavaScript engine and ECMAScript compliant interpreter implemented entirely in Go. It serves as an embedded… donaldcwl/browser-image-compression — Browser image compression is a JavaScript utility designed to reduce image file sizes directly within the web browser.…