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

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

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

11 مستودعات

Awesome GitHub RepositoriesLazy Evaluation Frameworks

Systems that defer computation until necessary to enable global query optimization.

Distinguishing note: Focuses on the lazy evaluation paradigm rather than the specific query plan structure.

Explore 11 awesome GitHub repositories matching data & databases · Lazy Evaluation Frameworks. Refine with filters or upvote what's useful.

Awesome Lazy Evaluation Frameworks GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • pola-rs/polarsالصورة الرمزية لـ pola-rs

    pola-rs/polars

    38,855عرض على GitHub↗

    Polars is a high-performance columnar data processing library designed for efficient analytical workflows. It functions as a structured data library that organizes information into typed columns, utilizing the Apache Arrow memory format to enable zero-copy data sharing and cache-friendly, vectorized operations. The engine is built to handle large-scale tabular datasets, providing both local and distributed analytical runtimes that scale from single-machine environments to multi-node clusters. The project distinguishes itself through a sophisticated lazy query engine that constructs abstract e

    Delays data operations until collection to allow for predicate and projection pushdown optimizations.

    Rustarrowdataframedataframe-library
    عرض على GitHub↗38,855
  • stefan-jansen/machine-learning-for-tradingالصورة الرمزية لـ stefan-jansen

    stefan-jansen/machine-learning-for-trading

    16,552عرض على GitHub↗

    This project is a comprehensive framework for engineering financial data pipelines, designed to automate the collection, cleaning, and synchronization of large-scale market datasets. It functions as a quantitative trading data engine, providing the infrastructure necessary to manage historical and real-time asset pricing information for research and machine learning workflows. The system distinguishes itself through a configuration-driven approach to orchestration, allowing users to manage complex data acquisition tasks across multiple financial providers. It features resilient middleware tha

    Processes financial time series using deferred execution to optimize memory usage and performance.

    Jupyter Notebookartificial-intelligencedata-sciencedeep-learning
    عرض على GitHub↗16,552
  • dask/daskالصورة الرمزية لـ dask

    dask/dask

    13,746عرض على GitHub↗

    Dask هو إطار عمل للحوسبة المتوازية وجدول مهام موزع مصمم لتوسيع نطاق سير عمل علوم البيانات في Python من أجهزة فردية إلى مجموعات (clusters) كبيرة. يعمل كمدير موارد للمجموعة يقوم بتنسيق المنطق الحسابي من خلال تمثيل المهام وتبعياتها كرسوم بيانية موجهة غير دورية. تسمح هذه البنية للنظام بأتمتة توزيع أعباء العمل عبر الأجهزة المتاحة مع إدارة متطلبات التنفيذ المعقدة. يتميز المشروع بمحرك تقييم كسول يؤجل عمليات البيانات حتى يتم طلبها صراحة، مما يتيح تحسين الرسم البياني العالمي وتخصيص الموارد بكفاءة. يتضمن خاصية تسريب البيانات الواعية بالذاكرة لمنع تعطل النظام عند معالجة مجموعات البيانات التي تتجاوز الذاكرة المتاحة، ويستخدم دمج الرسم البياني للمهام لدمج تسلسلات العمليات في خطوات تنفيذ واحدة، مما يقلل من عبء الجدولة والاتصال بين العقد. توفر المنصة سطح قدرات شاملاً لتحليلات البيانات واسعة النطاق، بما في ذلك دعم التعلم الآلي الموزع، وتكامل الحوسبة عالية الأداء، ومعالجة البيانات المتوازية. توفر أدوات واسعة النطاق لإدارة دورة حياة المجموعة، وتوصيف الأداء، والمراقبة في الوقت الفعلي لتنفيذ المهام. يمكن للمستخدمين نشر هذه البيئات عبر بنية تحتية متنوعة، بما في ذلك الأجهزة المحلية، ومزودي السحابة، والأنظمة الحاوية، ومجموعات الحوسبة عالية الأداء.

    Defers the execution of data operations until explicitly requested to allow for global graph optimization.

    Pythondasknumpypandas
    عرض على GitHub↗13,746
  • data-centric-ai-community/ydata-profilingالصورة الرمزية لـ Data-Centric-AI-Community

    Data-Centric-AI-Community/ydata-profiling

    13,618عرض على GitHub↗

    This library provides a diagnostic toolkit for automated data profiling and exploratory analysis. It generates comprehensive statistical summaries and visual reports for tabular datasets, enabling users to identify distribution patterns, missing values, and quality anomalies through a unified interface. The project distinguishes itself by offering differential analysis, which allows for the comparison of two dataset versions to track structural and statistical changes over time. It supports large-scale data processing through lazy evaluation and provides interactive widgets that embed directl

    Defers heavy computations until report generation to optimize memory usage during large-scale data processing.

    Python
    عرض على GitHub↗13,618
  • jpmorganchase/python-trainingالصورة الرمزية لـ jpmorganchase

    jpmorganchase/python-training

    12,714عرض على GitHub↗

    This project is a comprehensive educational curriculum designed to teach Python programming through the lens of data science and financial analysis. It provides a structured guide for learning how to process complex numerical information, build data models, and perform scientific computing tasks using standard industry libraries. The materials focus on practical applications, enabling users to develop skills in financial data analysis and interactive exploration. By working through these resources, learners gain experience in executing high-performance mathematical operations, transforming ra

    Defers data transformation execution to minimize memory usage and redundant computation.

    Jupyter Notebookbankingbinderbinder-ready
    عرض على GitHub↗12,714
  • jeremyskinner/fluentvalidationالصورة الرمزية لـ JeremySkinner

    JeremySkinner/FluentValidation

    9,728عرض على GitHub↗

    FluentValidation is a strongly-typed data validation library for .NET. It functions as a rule engine and input validation framework used to define and execute complex business rules and constraints for data objects. The library utilizes a fluent interface API, allowing the construction of readable and declarative validation constraints through method chaining. It leverages generics and lambda expressions to enforce data integrity and business logic at compile time. The project covers the enforcement of business rules, strongly-typed data validation, and input sanitization workflows to verify

    Implements deferred execution of validation constraints to optimize when rules are evaluated.

    C#
    عرض على GitHub↗9,728
  • vaexio/vaexالصورة الرمزية لـ vaexio

    vaexio/vaex

    8,506عرض على GitHub↗

    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

    Functions as a lazy evaluation framework that defers computations until the final results are explicitly requested.

    Python
    عرض على GitHub↗8,506
  • remeda/remedaالصورة الرمزية لـ remeda

    remeda/remeda

    5,382عرض على GitHub↗

    Remeda هي مكتبة أدوات وظيفية آمنة من حيث النوع لـ TypeScript مصممة لبناء خطوط أنابيب تحويل البيانات. توفر مجموعة أدوات من الوظائف المساعدة لمعالجة المصفوفات والكائنات مع الحفاظ على سلامة النوع الصارمة طوال العملية. تتميز المكتبة بدعمها لأساليب الاستدعاء التي تعتمد على البيانات أولاً والبيانات أخيراً. تستخدم التقييم الكسول (lazy evaluation) لمعالجة مجموعات البيانات، حيث تقيم التحويلات فقط عند طلب النتيجة النهائية لتجنب إنشاء نسخ وسيطة للمجموعة. تغطي مجموعة الأدوات معالجة المجموعات، وتكوين الوظائف، وإنشاء سلاسل منطقية معيارية. تتيح هذه القدرات بناء خطوط أنابيب بيانات تتدفق المعلومات من خلال تسلسلات من التحويلات.

    Ships a set of utilities that defer computation of data collection transformations until the result is requested.

    TypeScript
    عرض على GitHub↗5,382
  • eventual-inc/daftالصورة الرمزية لـ Eventual-Inc

    Eventual-Inc/Daft

    5,225عرض على GitHub↗

    Daft is a distributed dataframe library and multimodal data processor designed to handle large-scale structured and unstructured data. It functions as a vectorized execution engine that processes tables alongside images, audio, and video, utilizing a unified schema to manage diverse data types. The project distinguishes itself by combining distributed data engineering with large-scale AI inference. It provides an AI data pipeline for batch-optimizing model prompts and generating high-dimensional text embeddings, while utilizing zero-copy memory sharing to execute custom Python functions witho

    Implements a lazy-evaluated execution plan that defers data transformations until results are explicitly requested.

    Rustai-engineeringai-pipelinearrow
    عرض على GitHub↗5,225
  • databricks/learning-sparkالصورة الرمزية لـ databricks

    databricks/learning-spark

    3,899عرض على GitHub↗

    This project is a learning curriculum and programming guide for Apache Spark, providing a structured set of educational resources and practical code examples for mastering distributed data processing. It serves as a course for building scalable data workflows and big data engineering pipelines. The repository provides practical source code and project layouts that demonstrate how to connect external data stores, process streaming data, and organize code for distributed environments. It includes implementation examples for scaling machine learning algorithms across clusters to handle large tra

    Illustrates the use of lazy evaluation frameworks to defer computation and enable global query optimization.

    Java
    عرض على GitHub↗3,899
  • databricks/spark-the-definitive-guideالصورة الرمزية لـ databricks

    databricks/Spark-The-Definitive-Guide

    3,099عرض على GitHub↗

    This project is an educational resource and technical manual for Apache Spark, focused on the architecture and practical application of large-scale data processing. It serves as a guide for big data engineering and distributed computing, covering the principles of parallel processing and fault-tolerant data distribution. The material provides instructional content on designing distributed ETL pipelines and implementing data analysis workflows. It includes tutorials for polyglot data processing, offering patterns and examples for using Python, Scala, and Java within a unified environment. The

    Describes the lazy evaluation model used to build logical execution plans before triggering actions.

    Scala
    عرض على GitHub↗3,099
  1. Home
  2. Data & Databases
  3. Lazy Evaluation Frameworks

استكشف الوسوم الفرعية

  • Tensor ExecutionDeferred evaluation of tensor operations to enable graph-level optimizations. **Distinct from Lazy Evaluation Frameworks:** Distinct from general lazy evaluation: focuses specifically on tensor-based graph execution in deep learning.