awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesCompressed Data Searching

Capabilities for performing pattern matching and querying directly within compressed archives without full decompression.

Distinct from Compression: Existing candidates focus on general file compression or public file search engines, not the technical ability to search compressed bytes.

Explore 4 awesome GitHub repositories matching data & databases · Compressed Data Searching. Refine with filters or upvote what's useful.

Awesome Compressed Data Searching GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • facebook/zstdAvatar de facebook

    facebook/zstd

    27,259Ver en 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

    Performs pattern matching directly on compressed archives without requiring a full decompression step.

    C
    Ver en GitHub↗27,259
  • ggreer/the_silver_searcherAvatar de ggreer

    ggreer/the_silver_searcher

    27,072Ver en GitHub↗

    The Silver Searcher is a high-performance text search utility and regex code search tool designed to locate strings and regular expressions within plain text and source code. It functions as a codebase pattern matcher that provides highlighted results with surrounding line context and respects standard ignore files. The utility includes specialized capabilities for searching inside zlib and lzma compressed archives. It implements high-throughput processing via parallel-threaded file scanning and just-in-time regular expression compilation. The tool's search and indexing surface covers output

    Performs pattern matching and querying directly within zlib and lzma compressed archives without full extraction.

    Cagccommand-line-tool
    Ver en GitHub↗27,072
  • phiresky/ripgrep-allAvatar de phiresky

    phiresky/ripgrep-all

    9,695Ver en GitHub↗

    ripgrep-all is a command-line utility that extends ripgrep to perform regular expression searches across binary files, compressed archives, and media formats. It functions as a universal text extractor that converts non-plain-text formats, such as PDFs, E-books, and Office documents, into searchable text. The tool uses a system of adapters to transform binary data into plain text and utilizes a local database to cache these extracted versions, accelerating repeated search operations. It identifies file types by analyzing header magic bytes rather than relying on file extensions. The project

    Enables regular expression searching directly within compressed archives by analyzing internal mime types.

    Rust
    Ver en GitHub↗9,695
  • jaykali/maskphishAvatar de jaykali

    jaykali/maskphish

    3,020Ver en GitHub↗

    Maskphish is a comprehensive security toolkit that integrates capabilities for digital forensics, network vulnerability scanning, open-source intelligence, penetration testing, and social engineering. It functions as a multi-purpose framework for automating reconnaissance and executing security audits across diverse network environments. The project features a specialized phishing and social engineering toolkit used for cloning websites, masking URLs, and deploying deceptive pages to capture user credentials. It also includes a remote access Trojan builder for generating platform-specific exe

    Retrieves information from ZIP, PDF, and GZIP archives without requiring full decompression.

    Shellhackhackinghacking-tool
    Ver en GitHub↗3,020
  1. Home
  2. Data & Databases
  3. Compressed Data Searching