awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

Awesome GitHub RepositoriesMultithreaded File Scanning

Distribution of filesystem traversal and pattern matching across multiple CPU cores.

Distinct from Parallel Search Engines: Focuses on the parallelization of file system scanning rather than general search engine architecture.

Explore 5 awesome GitHub repositories matching web development · Multithreaded File Scanning. Refine with filters or upvote what's useful.

Awesome Multithreaded File Scanning GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • ggreer/the_silver_searcherالصورة الرمزية لـ ggreer

    ggreer/the_silver_searcher

    27,072عرض على 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

    Distributes file reading and pattern matching across multiple CPU cores to minimize total search time.

    Cagccommand-line-tool
    عرض على GitHub↗27,072
  • securego/gosecالصورة الرمزية لـ securego

    securego/gosec

    8,866عرض على GitHub↗

    gosec is a static analysis security tool designed to scan Go source code for vulnerabilities and common coding flaws. It functions as a security analyzer that inspects the abstract syntax tree to identify insecure function calls, API usage, and potential security risks. The tool distinguishes itself by mapping detected vulnerabilities to Common Weakness Enumeration identifiers for standardized reporting and integrating with external AI models to suggest code fixes for identified issues. Its capabilities cover the detection of injection vulnerabilities, hardcoded credentials, weak cryptograph

    Distributes filesystem traversal and scanning across multiple CPU cores to reduce analysis time.

    Go
    عرض على GitHub↗8,866
  • gotson/komgaالصورة الرمزية لـ gotson

    gotson/komga

    5,931عرض على GitHub↗

    Komga is a self-hosted digital comics and eBook server that organizes, serves, and streams CBZ, CBR, PDF, and EPUB files through a web interface. Built as a Java Spring Boot application with SQLite-based metadata storage, it provides multi-user access controls with individual reading progress tracking and supports the OPDS protocol for compatibility with third-party reader applications. The server distinguishes itself through comprehensive authentication options, including OAuth2 and OpenID Connect support with automatic account creation and email verification, alongside traditional cookie an

    Scans configured library directories to detect new, changed, or removed files and updates metadata.

    Kotlinapicomicsddd
    عرض على GitHub↗5,931
  • pulsejet/memoriesالصورة الرمزية لـ pulsejet

    pulsejet/memories

    3,697عرض على GitHub↗

    Memories is a self-hosted photo and video management system designed for organizing, indexing, and sharing media libraries from a private server. It functions as an AI-powered media organizer that uses artificial intelligence for face recognition and object tagging to automatically categorize large collections. The system distinguishes itself through deep metadata integration and specialized processing, featuring a geographic photo viewer that plots media on a map using GPS data and reverse geocoding. It also includes a self-hosted video transcoder that converts files into adaptive HLS stream

    Distributes filesystem traversal and pattern matching across multiple CPU cores to index media files.

    Vuebackup-toolgallerynextcloud
    عرض على GitHub↗3,697
  • aboutcode-org/scancode-toolkitالصورة الرمزية لـ aboutcode-org

    aboutcode-org/scancode-toolkit

    2,567عرض على GitHub↗

    ScanCode Toolkit is a software composition analysis tool and scanning framework designed to identify open-source licenses and copyright statements in source code and binary files. It functions as an open-source license detector, a dependency vulnerability scanner, and a generator for standardized software bills of materials in SPDX and CycloneDX formats. The project is built as a plugin-based scanning framework, allowing the integration of custom detection logic, specialized analyzers, and modified scanning behaviors at runtime. It distinguishes itself through the ability to produce formal le

    Implements multithreaded file system traversal to accelerate the analysis of large source code repositories.

    Pythoncopyrightcopyright-scancyclonedx
    عرض على GitHub↗2,567
  1. Home
  2. Web Development
  3. Performance Optimizations
  4. Computational Parallelization
  5. Parallel Search Engines
  6. Multithreaded File Scanning

استكشف الوسوم الفرعية

  • Library Directory ScannersScans configured library directories to detect new, changed, or removed files and updates the metadata database accordingly. **Distinct from Multithreaded File Scanning:** Distinct from Multithreaded File Scanning: focuses on scanning library directories for content changes, not general multithreaded filesystem traversal.