awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesCollection Operators

Functional primitives for manipulating and aggregating sets of data.

Distinct from Transformation Operations: Focuses on functional operators like map and filter for collections, rather than general resource patching operations

Explore 3 awesome GitHub repositories matching data & databases · Collection Operators. Refine with filters or upvote what's useful.

Awesome Collection Operators GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • expr-lang/exprAvatar von expr-lang

    expr-lang/expr

    7,906Auf GitHub ansehen↗

    Expr is a statically typed expression engine and domain-specific language for parsing and evaluating dynamic logic strings within Go applications. It functions as a bytecode expression evaluator that executes compiled logic with guaranteed termination and memory safety. The engine utilizes a specialized compiler and virtual machine to achieve high-performance execution. It employs static type validation during the compilation phase to ensure operand compatibility and prevent runtime crashes. The project provides a data transformation engine capable of mapping, filtering, and aggregating coll

    Provides functional operators such as map and filter to transform, refine, and aggregate data collections.

    Gobytecodeconfiguration-languageengine
    Auf GitHub ansehen↗7,906
  • reactive-extensions/rx.netAvatar von Reactive-Extensions

    Reactive-Extensions/Rx.NET

    7,153Auf GitHub ansehen↗

    Rx.NET is a reactive programming framework and library for the .NET ecosystem used to compose asynchronous and event-based programs. It provides an observable data stream API that treats live sequences of information as collections, allowing developers to coordinate asynchronous event workflows using a declarative syntax. The project functions as an extension of language integrated query patterns to asynchronous streams. This allows for the filtering and transformation of asynchronous notifications and event sequences through the application of query operators. The framework covers asynchron

    Provides functional primitives and operators for manipulating and aggregating enumerable data collections.

    C#
    Auf GitHub ansehen↗7,153
  • dotnet/reactiveAvatar von dotnet

    dotnet/reactive

    7,153Auf GitHub ansehen↗

    The .NET Reactive Extensions Library is a framework for composing, querying, and transforming asynchronous data streams. It provides a non-blocking implementation of the observer pattern to manage notifications and data flows between producers and consumers, functioning as an event stream processing library. The project applies LINQ-style querying and filtering operators to asynchronous sequences. This allows for the handling of event-driven programming patterns by utilizing composable operators to process notifications as they occur. The library covers asynchronous data streaming and non-bl

    Provides functional primitives for manipulating and aggregating standard enumerable collections.

    C#
    Auf GitHub ansehen↗7,153
  1. Home
  2. Data & Databases
  3. JSON Patching
  4. Transformation Operations
  5. Collection Operators