awesome-repositories.com

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

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comالمدونة
التصنيفات

6 مستودعات

Awesome GitHub RepositoriesOverlapping Block Processing

Techniques for applying functions to array chunks that require access to neighboring data.

Distinct from Block Storage: Distinct from Block Storage: focuses on the computational processing of overlapping blocks rather than the storage architecture.

Explore 6 awesome GitHub repositories matching data & databases · Overlapping Block Processing. Refine with filters or upvote what's useful.

Awesome Overlapping Block Processing GitHub Repositories

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

    janl/mustache.js

    16,723عرض على GitHub↗

    Mustache.js is a logic-less JavaScript templating engine and implementation of the Mustache specification. It merges data objects with text templates to generate formatted output, ensuring consistent rendering across different programming languages by forbidding complex logic within the templates. The system distinguishes itself by using a logic-less approach to data binding, relying on simple variable interpolation and conditional block rendering. It supports modularity through partial template inclusion and allows for extended functionality via lambda functions that transform blocks of temp

    Supports custom lambda functions that receive and transform raw template text blocks during rendering.

    JavaScript
    عرض على GitHub↗16,723
  • dask/daskالصورة الرمزية لـ dask

    dask/dask

    13,746عرض على GitHub↗

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

    Applies functions to array chunks that require access to neighboring data by expanding block boundaries.

    Pythondasknumpypandas
    عرض على GitHub↗13,746
  • relaxedjs/relaxedالصورة الرمزية لـ RelaxedJS

    RelaxedJS/ReLaXed

    11,790عرض على GitHub↗

    ReLaXed is a document workflow and compilation system that transforms Markdown, JSON data, and HTML/CSS into print-ready PDF files. It utilizes a headless browser engine to render web technologies into final documents, serving as a build system for technical documentation and dynamic reports. The project features a pipeline that automates asset generation, allowing scripts to produce images, charts, and tables from raw data files during the build process. It supports the integration of LaTeX formulas for mathematical equations and converts CSV files into formatted HTML tables. The system inc

    Provides custom functions to process and transform template text blocks before final output.

    JavaScriptchromiumconverterhtml
    عرض على GitHub↗11,790
  • aws/serverless-application-modelالصورة الرمزية لـ aws

    aws/serverless-application-model

    9,560عرض على GitHub↗

    This is an infrastructure as code tool and serverless deployment orchestrator that provides a shorthand syntax for defining serverless infrastructure. It functions as a framework for transforming concise resource declarations into full AWS CloudFormation templates to automate the provisioning of cloud functions, APIs, and databases. The project distinguishes itself by using a macro-based transformation system to expand simplified resource types into detailed infrastructure components. It includes an automated permission mapping system that translates high-level resource interaction intents in

    Implements a macro-based system for text replacement and structural transformations on templates before deployment.

    Pythonawsaws-samlambda
    عرض على GitHub↗9,560
  • paradigmxyz/rethالصورة الرمزية لـ paradigmxyz

    paradigmxyz/reth

    5,652عرض على GitHub↗

    Reth is a modular, high-performance Ethereum execution layer client written in Rust. It serves as a full Ethereum node that syncs, validates, and serves blockchain data, functioning as an archive node implementation, a high-throughput RPC node server, and a snapshot sync tool. The project is built around a modular component architecture that allows assembling custom node behavior by swapping independent Rust crates for consensus, execution, mempool, and networking. The client distinguishes itself through a staged sync pipeline that downloads headers and bodies online before processing the res

    Notifies the node that a specific block height has been fully processed, allowing it to safely prune associated data.

    Rust
    عرض على GitHub↗5,652
  • l3mon4d3/luasnipالصورة الرمزية لـ L3MON4D3

    L3MON4D3/LuaSnip

    4,276عرض على GitHub↗

    LuaSnip is a scriptable text expansion framework and Lua-based snippet engine. It allows for the creation of reusable text templates and complex nested structures that expand into a buffer using triggers and jumpable tabstops. The system distinguishes itself by using abstract syntax trees to trigger expansions based on structural code patterns rather than simple text matching. It features a multi-format importer capable of parsing snippet definitions from community standards such as LSP and SnipMate. The framework covers dynamic code generation through Lua functions, regex-based capture grou

    Provides a concise lambda syntax to transform snippet node text without writing full function nodes.

    Lualuaneovimsnippet-engine
    عرض على GitHub↗4,276
  1. Home
  2. Data & Databases
  3. Block Storage
  4. Overlapping Block Processing

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

  • Processed Height SignalingNotifying the node that a specific block height has been fully processed, enabling safe pruning of associated data. **Distinct from Overlapping Block Processing:** Distinct from Overlapping Block Processing: focuses on signaling completion of block processing for pruning, not computational processing of overlapping data chunks.
  • Template Text Transformations1 وسم فرعيCustom functions that process raw template text blocks to perform flexible content modifications. **Distinct from Overlapping Block Processing:** Focuses on transforming template text via lambdas rather than processing array chunks in storage