awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • janl/mustache.jsAvatar janl

    janl/mustache.js

    16,723Vezi pe 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
    Vezi pe GitHub↗16,723
  • dask/daskAvatar dask

    dask/dask

    13,746Vezi pe GitHub↗

    Dask este un framework de calcul paralel și un scheduler de sarcini distribuit conceput pentru a scala fluxurile de lucru de știința datelor în Python de la mașini individuale la clustere mari. Acesta funcționează ca un manager de resurse de cluster care orchestrează logica computațională prin reprezentarea sarcinilor și a dependențelor acestora sub formă de grafuri aciclice direcționate. Această arhitectură permite sistemului să automatizeze distribuția sarcinilor de lucru pe hardware-ul disponibil, gestionând în același timp cerințe complexe de execuție. Proiectul se distinge printr-un motor de evaluare leneșă (lazy) care amână operațiunile pe date până când sunt solicitate explicit, permițând optimizarea globală a grafului și alocarea eficientă a resurselor. Acesta încorporează „spilling” de date conștient de memorie pentru a preveni blocarea sistemului la procesarea seturilor de date care depășesc memoria disponibilă și utilizează fuziunea grafului de sarcini pentru a combina secvențe de operațiuni în pași de execuție unici, minimizând overhead-ul de programare și comunicarea între noduri. Platforma oferă o suprafață cuprinzătoare de capabilități pentru analiza datelor la scară largă, inclusiv suport pentru învățare automată distribuită, integrare cu calcul de înaltă performanță și procesare paralelă a datelor. Oferă instrumente extinse pentru gestionarea ciclului de viață al clusterului, profilarea performanței și monitorizarea în timp real a execuției sarcinilor. Utilizatorii pot implementa aceste medii pe diverse infrastructuri, inclusiv hardware local, furnizori de cloud, sisteme containerizate și clustere de calcul de înaltă performanță.

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

    Pythondasknumpypandas
    Vezi pe GitHub↗13,746
  • relaxedjs/relaxedAvatar RelaxedJS

    RelaxedJS/ReLaXed

    11,790Vezi pe 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
    Vezi pe GitHub↗11,790
  • aws/serverless-application-modelAvatar aws

    aws/serverless-application-model

    9,560Vezi pe 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
    Vezi pe GitHub↗9,560
  • paradigmxyz/rethAvatar paradigmxyz

    paradigmxyz/reth

    5,652Vezi pe 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
    Vezi pe GitHub↗5,652
  • l3mon4d3/luasnipAvatar L3MON4D3

    L3MON4D3/LuaSnip

    4,276Vezi pe 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
    Vezi pe GitHub↗4,276
  1. Home
  2. Data & Databases
  3. Block Storage
  4. Overlapping Block Processing

Explorează sub-etichetele

  • 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 sub-tagCustom 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