awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesMulti-Threaded Data Pipelines

Architectural patterns for processing high-throughput data streams across parallel worker threads to maintain stream integrity.

Distinct from Multi-Threaded Batch Processing: Distinct from Multi-Threaded Batch Processing: focuses on continuous streaming data pipelines rather than discrete batch job execution.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Multi-Threaded Data Pipelines. Refine with filters or upvote what's useful.

Awesome Multi-Threaded Data Pipelines GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • f4exb/sdrangelf4exb 的头像

    f4exb/sdrangel

    3,828在 GitHub 上查看↗

    SDRangel is a comprehensive software-defined radio suite and digital signal processing framework. It functions as an RF spectrum analyzer and modular radio demodulator, providing a unified hardware abstraction layer to connect various radio devices to software processing pipelines for data acquisition and transmission. The platform is distinguished by its modular architecture, which uses a data-flow graph of dynamic libraries to construct signal processing chains. This allows for a plugin-based environment where users can extract audio and digital data from raw radio signals using various mod

    Implements a multi-threaded sample pipeline with shared memory buffers to minimize signal latency.

    C++airspyairspyhfbladerf
    在 GitHub 上查看↗3,828
  • abhitronix/vidgearabhiTronix 的头像

    abhiTronix/vidgear

    3,714在 GitHub 上查看↗

    VidGear is a high-performance Python video processing framework designed for capturing, transcoding, and manipulating video streams. It functions as a multi-protocol video streamer and a WebRTC streaming server, enabling the transfer of video frames over networks using RTSP, RTMP, RTP, and MJPEG protocols. The project distinguishes itself through hardware-accelerated video transcoding and decoding using GPU backends like CUDA to reduce CPU load. It includes a cross-platform screen capture tool and a specialized system for establishing direct peer-to-peer media connections using WebRTC signali

    Reads frames from IP cameras, network streams, and hardware decoders using multi-threaded processing.

    Pythondashffmpegframework
    在 GitHub 上查看↗3,714
  1. Home
  2. Software Engineering & Architecture
  3. Multi-Threaded Batch Processing
  4. Multi-Threaded Data Pipelines

探索子标签

  • Multi-Threaded Video CaptureUses parallel worker threads to ingest video frames from network and hardware sources to prevent bottlenecks. **Distinct from Multi-Threaded Data Pipelines:** Distinct from Multi-Threaded Data Pipelines: specifically focuses on video frame capture and decoding rather than general data processing.