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
·

1 repositorio

Awesome GitHub RepositoriesSequence Transformation Chains

Linear sequences of range adaptations processed in a natural reading order.

Distinct from Composable Transformations: Specifically targets sequence ranges via pipe operators, not image processing or geometric matrices.

Explore 1 awesome GitHub repository matching graphics & multimedia · Sequence Transformation Chains. Refine with filters or upvote what's useful.

Awesome Sequence Transformation Chains GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • ericniebler/range-v3Avatar de ericniebler

    ericniebler/range-v3

    4,367Ver en GitHub↗

    This is a C++ ranges library and extension to the Standard Template Library that provides a collection of composable algorithms and lazy views for processing data sequences. It functions as a lazy sequence processing framework and a template meta-programming library for manipulating type lists and performing compile-time type computations. The project enables functional programming patterns in C++ through the use of pipe syntax and partial application to create readable, left-to-right data transformation chains. It allows for the construction of lazy data pipelines that filter and transform e

    Links multiple range adaptations using pipe syntax to process sequences in a readable chain.

    C++
    Ver en GitHub↗4,367
  1. Home
  2. Graphics & Multimedia
  3. Image Processing & Editing
  4. Image Processing
  5. Sequence Transformation Chains