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
·

10 Repos

Awesome GitHub RepositoriesHigh-Performance Data Analysis

Processing and evaluating complex datasets using optimized low-level algorithmic toolkits.

Distinct from High-Performance Data Infrastructures: Focuses on the algorithmic analysis layer rather than the storage infrastructure or visualization.

Explore 10 awesome GitHub repositories matching data & databases · High-Performance Data Analysis. Refine with filters or upvote what's useful.

Awesome High-Performance Data Analysis GitHub Repositories

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

    davisking/dlib

    14,399Auf GitHub ansehen↗

    dlib is a C++ machine learning toolkit and data analysis framework. It provides a collection of algorithms and utilities for building predictive modeling applications and performing statistical analysis on large datasets within native C++ environments. The project functions as a binding library that wraps low-level C++ machine learning algorithms into high-level Python scripting interfaces. This allows for the integration of high-performance native implementations with Python for machine learning development. The framework covers the implementation of predictive models, the execution of mach

    Implements optimized low-level toolkits for the high-performance processing of large, complex datasets.

    C++c-plus-pluscomputer-visiondeep-learning
    Auf GitHub ansehen↗14,399
  • apache/incubator-druidAvatar von apache

    apache/incubator-druid

    14,020Auf GitHub ansehen↗

    Apache Druid is a real-time OLAP database and distributed analytics engine. It functions as a columnar time-series database designed for high-performance analytical queries and the real-time ingestion of streaming and batch datasets. The system provides a framework for high-concurrency analytics, allowing multiple simultaneous users to execute SQL and native queries across large-scale data. It supports mixed data ingestion, combining real-time streaming and batch loading into a single system for unified analysis. The platform includes capabilities for distributed cluster management, enabling

    Serves a large number of simultaneous users performing complex data analysis and reporting.

    Java
    Auf GitHub ansehen↗14,020
  • apache/druidAvatar von apache

    apache/druid

    14,020Auf GitHub ansehen↗

    Apache Druid is a real-time analytics database and distributed columnar time-series store designed for sub-second analytical queries. It functions as a data platform featuring a distributed SQL query engine and a real-time data ingestion system for moving historical and streaming data from external sources. The system is distinguished by its ability to provide low-latency analytics under high concurrency to power operational dashboards. It implements a Kerberos-secured environment for user authentication and employs a shared-nothing cluster architecture to enable horizontal scaling. The plat

    Enables the serving of complex analytical queries to many simultaneous users across distributed clusters without performance loss.

    Javadruid
    Auf GitHub ansehen↗14,020
  • rapidsai/cudfAvatar von rapidsai

    rapidsai/cudf

    9,672Auf GitHub ansehen↗

    cuDF is a GPU-accelerated dataframe library and data processing engine designed for manipulating and analyzing large tabular datasets. It provides a high-level API for executing filtering, joining, and aggregating operations directly on GPU hardware. The project integrates the Apache Arrow memory format to enable zero-copy data transfers and includes a just-in-time compiler for executing custom user-defined functions on the GPU. The library features specialized acceleration for existing workflows by redirecting standard Pandas dataframe calls and Polars query plans to a GPU backend. It also p

    Reads and writes Parquet, ORC, and CSV files directly to GPU memory to eliminate CPU processing bottlenecks.

    C++
    Auf GitHub ansehen↗9,672
  • risingwavelabs/risingwaveAvatar von risingwavelabs

    risingwavelabs/risingwave

    9,093Auf GitHub ansehen↗

    RisingWave is a cloud-native streaming database and real-time analytics engine that uses standard SQL to process continuous data streams. It functions as a streaming data lakehouse, combining the capabilities of a streaming SQL database with a platform that integrates streaming ingestion with open table formats. The system is distinguished by its use of the PostgreSQL wire protocol, allowing it to integrate with existing SQL tools and drivers. It employs a decoupled compute and storage architecture, persisting streaming state and materialized views in cloud object storage to enable independen

    Runs concurrent SQL queries against streaming data using a dedicated serving layer.

    Rustapache-icebergdata-engineeringdatabase
    Auf GitHub ansehen↗9,093
  • vaexio/vaexAvatar von vaexio

    vaexio/vaex

    8,506Auf GitHub ansehen↗

    Vaex is a high-performance Apache Arrow DataFrame library and out-of-core data processing engine designed to handle billion-row tabular datasets in Python. It functions as a lazy evaluation framework that defers computations and transformations until results are required, enabling the processing of datasets that exceed available system RAM by mapping files directly from disk. The project distinguishes itself as a tool for big data visualization and exploration, specifically integrated for use within interactive notebooks. It provides specialized capabilities for machine learning feature engin

    Calculates summary statistics using deferred execution to maintain high performance when processing billions of rows.

    Python
    Auf GitHub ansehen↗8,506
  • 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

    Serves complex analytical queries to many simultaneous users with strict latency requirements for interactive applications.

    Java
    Auf GitHub ansehen↗6,098
  • google/highwayAvatar von google

    google/highway

    5,644Auf GitHub ansehen↗

    Highway is a portable C++ library and hardware abstraction layer designed for writing single instruction multiple data (SIMD) code. It provides a unified interface that maps data-parallel logic to various CPU instruction sets, enabling the development of high-performance software that runs across different processor architectures without requiring architecture-specific assembly. The project features a dynamic instruction dispatcher that selects the most efficient CPU instruction set at runtime based on detected hardware. It also supports static target specialization and extensible mechanisms

    Accelerates mathematical operations, sorting, and hashing using optimized low-level vector algorithmic toolkits.

    C++
    Auf GitHub ansehen↗5,644
  • rdatatable/data.tableAvatar von Rdatatable

    Rdatatable/data.table

    3,894Auf GitHub ansehen↗

    Dieses Projekt ist ein High-Performance-Framework für die Verarbeitung tabellarischer Daten in R, das für die effiziente und schnelle Handhabung massiver Datensätze entwickelt wurde. Es bietet eine erweiterte Datenstruktur, die Referenzsemantik und In-Place-Modifikation nutzt, um komplexe Transformationen ohne den Overhead unnötiger Objektkopien durchzuführen. Die Bibliothek zeichnet sich durch ihre Low-Level-Architekturoptimierungen aus, einschließlich Multi-Threaded-Parallelverarbeitung, Radix-basiertem Sortieren und Memory-Mapped-File-Parsing. Durch das Auslagern kritischer Datenmanipulations- und Aggregationsroutinen in kompilierten C-Code ermöglicht sie die schnelle Ausführung von Aufgaben, die ansonsten rechenintensiv wären. Ihre Core-Engine unterstützt fortgeschrittene relationale Operationen wie Non-Equi-, Rolling- und Overlapping-Interval-Joins sowie automatische sekundäre Indizierung zur Beschleunigung wiederholter Datenzugriffe. Über ihre primären Verarbeitungsfunktionen hinaus bietet das Projekt eine umfassende Suite an Tools für das Datenlebenszyklus-Management. Dies umfasst Hochgeschwindigkeits-Ingestion- und Serialisierungs-Utilities mit automatischer Typenerkennung sowie spezialisierte Unterstützung für Zeitreihenanalysen und mehrdimensionale Aggregation. Das Framework ist auf Skalierbarkeit ausgelegt und ermöglicht Benutzern die Durchführung komplexer Gruppierungs-, Filter- und Reshaping-Operationen auf Datensätzen mit Milliarden von Zeilen bei gleichzeitiger Systemstabilität und Performance.

    Orders rows using high-performance sorting algorithms to accelerate data processing tasks.

    R
    Auf GitHub ansehen↗3,894
  • fortran-lang/stdlibAvatar von fortran-lang

    fortran-lang/stdlib

    1,322Auf GitHub ansehen↗

    This project is a community-driven standard library for the Fortran programming language, providing a comprehensive collection of algorithms, data structures, and system utilities. It is designed to extend the language's native capabilities, offering a unified toolkit for scientific computing, numerical analysis, and general-purpose programming. The library distinguishes itself through a modular architecture that utilizes generic interface dispatch and compile-time specialization to ensure high performance across various data types. It provides standardized abstractions for external numerical

    Implements efficient algorithms for sorting, searching, and managing large datasets to maintain speed and reliability in computational workflows.

    Fortranblasfortranfortran-library
    Auf GitHub ansehen↗1,322
  1. Home
  2. Data & Databases
  3. High-Performance Data Analysis

Unter-Tags erkunden

  • Concurrent Analytical ServingCapabilities for serving complex analytical queries to many simultaneous users. **Distinct from High-Performance Data Analysis:** Distinct from High-Performance Data Analysis: focuses on the concurrency of user access and serving rather than the underlying algorithmic analysis.
  • Lazy AggregationsCalculating summary statistics using deferred execution to maintain performance on large datasets. **Distinct from High-Performance Data Analysis:** Combines high-performance analysis with the specific lazy evaluation paradigm.