yapp
Pipeline library
Parallel pipeline library for stream processing
A parallel pipeline for stream processing
61 stars
6 watching
6 forks
Language: C++
last commit: about 2 years ago
Linked from 1 awesome list
cppcpp20header-onlymultithreadingparallel-processingpipelinetemplate-metaprogramming
Related projects:
Repository | Description | Stars |
---|---|---|
kakaobrain/torchgpipe | A PyTorch-based library for efficient training of large neural networks using pipeline parallelism and automatic recomputation of gradients. | 817 |
nazar256/parapipe | A non-blocking buffered pipeline library that allows concurrent processing of data while maintaining output order without locks or mutexes. | 31 |
wallaroolabs/wally | A distributed stream processing framework for real-time data reactions | 1,480 |
raveler/ffmpeg-cpp | A C++ wrapper around the FFmpeg libraries to simplify video processing and encoding. | 560 |
thephpleague/pipeline | Provides a flexible pipeline pattern implementation to compose sequential stages and process payloads in a composable manner. | 960 |
ypares/porcupine | A tool that enables data manipulation and analysis pipelines to be flexible, reusable, and reproducible in different environments | 89 |
eyalz800/zpp_bits | A lightweight C++20 serialization and RPC library in one header file | 747 |
kenavolic/pipet | A lightweight C++ library for building compile-time processing pipelines with customizable filters and branches. | 67 |
biojppm/rapidyaml | A fast YAML parsing and emitting library for C++ | 583 |
calebwin/pipelines | A language and runtime for crafting massively parallel data pipelines | 374 |
maki-nage/makinage | Stream Processing Library and Framework | 39 |
yhirose/cpp-peglib | A C++ header-only library for parsing expression grammars with support for linear-time parsing and syntax sugar. | 903 |
vcdevel/vc | A C++ library for explicitly data-parallel programming on modern CPUs and GPUs. | 1,456 |
pwwang/pipen | A Python-based workflow automation framework that enables easy creation of data processing pipelines | 103 |
taocpp/pegtl | A header-only C++ library for defining and implementing parser combinators using a Parsing Expression Grammar approach | 1,945 |