awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 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·2 vues

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.

Historique des stars

Graphique de l'historique des stars pour kwgoodman/bottleneckGraphique de l'historique des stars pour kwgoodman/bottleneck

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Bottleneck

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Bottleneck.
  • cupy/cupyAvatar de cupy

    cupy/cupy

    11,000Voir sur GitHub↗

    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
    Voir sur GitHub↗11,000
  • dask/daskAvatar de dask

    dask/dask

    13,746Voir sur GitHub↗

    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
    Voir sur GitHub↗13,746
  • nyandwi/machine_learning_completeAvatar de Nyandwi

    Nyandwi/machine_learning_complete

    4,983Voir sur GitHub↗

    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
    Voir sur GitHub↗4,983
  • foonathan/type_safeAvatar de foonathan

    foonathan/type_safe

    1,641Voir sur GitHub↗

    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
    Voir sur GitHub↗1,641
Voir les 17 alternatives à Bottleneck→

Questions fréquentes

Que fait kwgoodman/bottleneck ?

Fast NumPy array functions written in C

Quelles sont les fonctionnalités principales de kwgoodman/bottleneck ?

Les fonctionnalités principales de kwgoodman/bottleneck sont : Big Data and Distributed Computing, Numerical Computation.

Quelles sont les alternatives open-source à kwgoodman/bottleneck ?

Les alternatives open-source à kwgoodman/bottleneck incluent : 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…