awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
man-group avatar

man-group/mdf

0
View on GitHub↗
178 نجوم·54 تفرعات·Python·MIT·2 مشاهدات

Mdf

Data-flow programming toolkit for Python

Features

  • Data Science and Databases - Data-flow programming toolkit for Python.
  • Graph Computation - Data-flow programming toolkit.
  • Scientific Computing Libraries - Toolkit for data-flow programming in Python.

سجل النجوم

مخطط تاريخ النجوم لـ man-group/mdfمخطط تاريخ النجوم لـ man-group/mdf

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Mdf

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Mdf.
  • janestreet/incrementalالصورة الرمزية لـ janestreet

    janestreet/incremental

    1,009عرض على GitHub↗

    A library for incremental computations

    OCaml
    عرض على GitHub↗1,009
  • ray-project/rayالصورة الرمزية لـ ray-project

    ray-project/ray

    42,895عرض على GitHub↗

    Ray is a distributed computing framework designed to scale Python and Java applications across clusters by abstracting task scheduling and resource management. It functions as a resource-aware execution engine that manages task dependencies, placement, and fault tolerance across networked compute nodes. At its core, the system provides a stateful actor model, allowing developers to define classes that run in dedicated processes to maintain and mutate internal state across remote method calls. The framework distinguishes itself through a robust cross-language interoperability layer, enabling f

    Pythondata-sciencedeep-learningdeployment
    عرض على GitHub↗42,895
  • dask/daskالصورة الرمزية لـ dask

    dask/dask

    13,746عرض على 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
    عرض على GitHub↗13,746
  • timkpaine/tributaryالصورة الرمزية لـ timkpaine

    timkpaine/tributary

    463عرض على GitHub↗

    Streaming reactive and dataflow graphs in Python

    Python
    عرض على GitHub↗463
عرض جميع البدائل الـ 22 لـ Mdf→

الأسئلة الشائعة

ما هي وظيفة man-group/mdf؟

Data-flow programming toolkit for Python

ما هي الميزات الرئيسية لـ man-group/mdf؟

الميزات الرئيسية لـ man-group/mdf هي: Data Science and Databases, Graph Computation, Scientific Computing Libraries.

ما هي البدائل مفتوحة المصدر لـ man-group/mdf؟

تشمل البدائل مفتوحة المصدر لـ man-group/mdf: timkpaine/tributary — Streaming reactive and dataflow graphs in Python. yahoo/graphkit — A lightweight Python module for creating and running ordered graphs of computations. dask/dask — Dask is a parallel computing framework and distributed task scheduler designed to scale Python data science workflows… ray-project/ray — Ray is a distributed computing framework designed to scale Python and Java applications across clusters by abstracting… janestreet/incremental — A library for incremental computations. cvxpy/cvxpy — CVXPY is a Python-embedded domain-specific language for modeling and solving convex optimization problems using…