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
·

2 Repos

Awesome GitHub RepositoriesArray Maximum Calculators

Utilities for identifying the maximum value within multi-value array columns.

Distinct from Maximum Value Calculators: Distinct from Maximum Value Calculators: specifically evaluates all elements within an array column per row.

Explore 2 awesome GitHub repositories matching data & databases · Array Maximum Calculators. Refine with filters or upvote what's useful.

Awesome Array Maximum Calculators GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • apache/pinotAvatar von apache

    apache/pinot

    6,098Auf GitHub ansehen↗

    Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It functions as a real-time OLAP datastore, enabling interactive, user-facing analytics by ingesting and querying massive datasets from both streaming and batch sources. The system architecture relies on a centralized controller for cluster coordination and a distributed segment-based storage model to ensure horizontal scalability. The platform distinguishes itself through a hybrid ingestion pipeline that unifies real-time event streams and historical batch data into a single quer

    Computes the maximum value from an array column by evaluating all elements within each row.

    Java
    Auf GitHub ansehen↗6,098
  • sodiray/radashAvatar von sodiray

    sodiray/radash

    4,845Auf GitHub ansehen↗

    Radash is a TypeScript functional utility library designed for data transformation, validation, and workflow management. It provides a collection of typed helper functions to manipulate arrays, objects, and strings. The project features an asynchronous workflow toolkit for managing promises, retries, and concurrency limits, alongside a suite of boolean validators for verifying primitive types, objects, and promises. It also implements functional programming patterns such as function composition, partial application, and error-first response patterns. The library covers a broad surface of cap

    Returns the item from an array that produces the highest value when processed by a selector function.

    TypeScriptfunctionshacktoberfestjavascript
    Auf GitHub ansehen↗4,845
  1. Home
  2. Data & Databases
  3. Maximum Value Calculators
  4. Array Maximum Calculators

Unter-Tags erkunden

  • Selector-Based Maximum IdentificationIdentifying the item that produces the highest value when passed through a selector function. **Distinct from Array Maximum Calculators:** Focuses on identifying the source object based on a selected property, not just calculating the max value of a column.