awesome-repositories.com
Blog
MCP
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
·
kwgoodman avatar

kwgoodman/bottleneck

0
View on GitHub↗
1,179 Stars·116 Forks·Python·BSD-2-Clause·3 Aufrufe

Bottleneck

Fast NumPy array functions written in C

Features

  • Big Data and Distributed Computing - Fast NumPy array functions implemented in C.
  • Numerical Computation - Accelerates NumPy array functions using optimized C code.

Star-Verlauf

Star-Verlauf für kwgoodman/bottleneckStar-Verlauf für kwgoodman/bottleneck

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Bottleneck

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Bottleneck.
  • cupy/cupyAvatar von cupy

    cupy/cupy

    11,000Auf GitHub ansehen↗

    CuPy is a CUDA array computing library that implements a NumPy-compatible interface for executing array operations and numerical computing on NVIDIA GPUs. It serves as a GPU-accelerated numerical library and a CUDA-based SciPy implementation, offloading heavy calculations to graphics hardware to increase processing speed for scientific and engineering workloads. The library enables multi-framework tensor exchange, allowing data buffers to be shared between different deep learning frameworks using standardized memory layouts to avoid memory copies. It also supports custom GPU kernel integratio

    Python
    Auf GitHub ansehen↗11,000
  • dask/daskAvatar von dask

    dask/dask

    13,746Auf GitHub ansehen↗

    Dask is a parallel computing framework and distributed task scheduler designed to scale Python data science workflows from single machines to large clusters. It functions as a cluster resource manager that orchestrates computational logic by representing tasks and their dependencies as directed acyclic graphs. This architecture allows the system to automate the distribution of workloads across available hardware while managing complex execution requirements. The project distinguishes itself through a lazy evaluation engine that defers data operations until they are explicitly requested, enabl

    Pythondasknumpypandas
    Auf GitHub ansehen↗13,746
  • nyandwi/machine_learning_completeAvatar von Nyandwi

    Nyandwi/machine_learning_complete

    4,983Auf GitHub ansehen↗

    This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep learning and natural language processing. It uses real datasets and multiple frameworks within a structured, hands-on curriculum that combines concise explanations with executable code cells, built-in datasets, and embedded exercise checkpoints. Learning progresses through data preparation and exploration, classical machine learning workflows, computer vision with convolutional neural networks, and natural language processing with deep learning, all delivered as a cohesive progressi

    Jupyter Notebookcomputer-visiondata-analysisdata-science
    Auf GitHub ansehen↗4,983
  • foonathan/type_safeAvatar von foonathan

    foonathan/type_safe

    1,641Auf GitHub ansehen↗

    This library is a collection of zero-overhead C++ abstractions designed to replace primitive types with strict wrappers. By leveraging template metaprogramming, it enforces compile-time type safety and validates data integrity, ensuring that logic errors are caught during the build process rather than at runtime. The project distinguishes itself by providing a zero-cost abstraction layer that maps high-level type safety wrappers directly to machine instructions. It utilizes static type identity enforcement to treat logically distinct data as incompatible types, even when they share the same u

    C++c-plus-plustype-safety
    Auf GitHub ansehen↗1,641
Alle 17 Alternativen zu Bottleneck anzeigen→

Häufig gestellte Fragen

Was macht kwgoodman/bottleneck?

Fast NumPy array functions written in C

Was sind die Hauptfunktionen von kwgoodman/bottleneck?

Die Hauptfunktionen von kwgoodman/bottleneck sind: Big Data and Distributed Computing, Numerical Computation.

Welche Open-Source-Alternativen gibt es zu kwgoodman/bottleneck?

Open-Source-Alternativen zu kwgoodman/bottleneck sind unter anderem: dask/dask — Dask is a parallel computing framework and distributed task scheduler designed to scale Python data science workflows… cupy/cupy — CuPy is a CUDA array computing library that implements a NumPy-compatible interface for executing array operations and… nyandwi/machine_learning_complete — This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep… foonathan/type_safe — This library is a collection of zero-overhead C++ abstractions designed to replace primitive types with strict… ageron/handson-ml2 — This project provides a collection of practical machine learning code examples, including implementations for… h2oai/h2o-3 — h2o-3 is a distributed machine learning platform and automated machine learning framework designed for training and…