awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesMixed Value Separation

Splitting a collection containing multiple types into distinct collections based on those types.

Distinct from Value-Log Separation: None of the candidates cover the functional data operation of partitioning a collection by type.

Explore 1 awesome GitHub repository matching data & databases · Mixed Value Separation. Refine with filters or upvote what's useful.

Awesome Mixed Value Separation GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • elves/elvishAvatar elves

    elves/elvish

    6,325Vezi pe GitHub↗

    Elvish is a shell that combines interactive command-line use with a structured scripting language, designed to make both everyday terminal work and automation tasks more predictable and readable. It parses, compiles, and executes code in three phases, catching syntax and variable errors before any code runs, and it aborts execution on command failure by default to prevent silent errors. The shell introduces value-oriented pipelines that pass structured data like lists, maps, and closures between commands, preserving types without serialization. It also mixes traditional byte streams with thes

    Combines traditional byte pipes with value pipes in a single pipeline, capturing both unstructured text and structured data simultaneously.

    Gogoprogramming-languageshell
    Vezi pe GitHub↗6,325
  1. Home
  2. Data & Databases
  3. Mixed Value Separation

Explorează sub-etichetele

  • Byte and Value Stream MixersCapabilities for combining traditional byte streams with structured value pipes in a single pipeline. **Distinct from Mixed Value Separation:** Distinct from Mixed Value Separation: focuses on interleaving byte and value streams in a pipeline, not separating mixed types into distinct collections.