awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 Repos

Awesome GitHub RepositoriesExecution Priorities

Mechanisms for assigning numerical weights to event handlers to control the sequence of plugin execution.

Distinct from Plugin Execution Engines: Distinct from Plugin Execution Engines: focuses on the priority-based sequencing logic rather than the execution engine itself.

Explore 7 awesome GitHub repositories matching software engineering & architecture · Execution Priorities. Refine with filters or upvote what's useful.

Awesome Execution Priorities GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • snapkit/snapkitAvatar von SnapKit

    SnapKit/SnapKit

    20,336Auf GitHub ansehen↗

    SnapKit is a declarative layout library and domain-specific language for managing user interface constraints and view relationships in Swift. It serves as a programmatic framework for positioning and sizing interface elements on iOS and macOS by wrapping native Auto Layout calls in a concise syntax. The library provides a fluent interface that translates high-level descriptive language into imperative layout rules. It differentiates itself through automatic constraint tracking and lifecycle management, allowing for the bulk removal and replacement of positioning rules without manual tracking

    Maps high-level priority definitions to the native layout engine's internal weighting system to resolve conflicts.

    Swift
    Auf GitHub ansehen↗20,336
  • getgrav/gravAvatar von getgrav

    getgrav/grav

    15,395Auf GitHub ansehen↗

    Grav is a flat-file content management system that eliminates the need for a traditional database by storing site content and configuration in human-readable Markdown and YAML files. Built as a modular PHP web framework, it uses a hierarchical page routing system where the physical directory structure directly determines the site's URL paths. The platform is distinguished by its event-driven plugin architecture and a command-line interface that prioritizes system administration, deployment, and maintenance tasks. It utilizes a blueprint-driven system to generate administrative forms from stru

    Controls the order in which plugins process events by assigning numerical priority values.

    PHPcmscontentcontent-management
    Auf GitHub ansehen↗15,395
  • reactjs/react.devAvatar von reactjs

    reactjs/react.dev

    11,765Auf GitHub ansehen↗

    React is a JavaScript library for building user interfaces through the composition of modular, self-contained components. It employs a declarative programming model where developers describe the desired visual state, and the library automatically manages the underlying document updates and state synchronization. By utilizing a virtual representation of the document, it calculates and applies minimal changes to the browser, ensuring efficient rendering even in complex applications. The library distinguishes itself through a sophisticated scheduling system that manages rendering work in increme

    Categorizes background and user-initiated work by priority level to manage rendering and task scheduling.

    JavaScriptdocumentationjavascriptreact
    Auf GitHub ansehen↗11,765
  • snoopy1866/litiaotiao-custom-rulesAvatar von Snoopy1866

    Snoopy1866/LiTiaotiao-Custom-Rules

    10,389Auf GitHub ansehen↗

    This project provides a custom rule set and configuration profiles for content processing tools. It consists of declarative rules and JSON-based configurations that define how a target application identifies and handles specific types of data. The system enables dynamic tool configuration by injecting external logic at runtime, removing the need for core system recompilation. These configurations use schema-validated rule sets to ensure structural integrity and prevent errors during processing. The project implements pattern-based data identification using regular expressions and a priority-

    Implements priority-based execution logic to determine which matching rule takes precedence.

    Auf GitHub ansehen↗10,389
  • j178/prekAvatar von j178

    j178/prek

    6,297Auf GitHub ansehen↗

    Prek is a Git hook manager written in Rust that runs configured hooks as a single binary without requiring Python or other external runtimes. It executes hooks faster than standard tools through parallel processing and bundled Rust implementations, and includes a built-in hook repository that enables fully offline operation without network access or environment setup. The tool supports both TOML and YAML configuration formats with identical semantics, and can run hooks from existing pre-commit configuration files without modification. Prek distinguishes itself through workspace-aware monorepo

    Assigns numerical weights to hooks to control execution sequence and concurrency grouping.

    Rustgitgit-hookspre-commit
    Auf GitHub ansehen↗6,297
  • dromara/dynamic-tpAvatar von dromara

    dromara/dynamic-tp

    4,784Auf GitHub ansehen↗

    Dynamic Thread Pool is a Java framework for the dynamic management, observability, and orchestration of thread pools. It allows for the real-time adjustment of thread pool parameters via external configuration centers without requiring application restarts. The project distinguishes itself by providing middleware orchestration, enabling the interception and tuning of thread pools embedded within third-party web servers and RPC frameworks. It further supports distributed tracing by propagating execution contexts and metadata from submitting threads to worker threads to maintain observability a

    Processes tasks based on assigned priority levels using a specialized executor implementation.

    Javaapolloconsuldubbo
    Auf GitHub ansehen↗4,784
  • sindresorhus/p-queueAvatar von sindresorhus

    sindresorhus/p-queue

    4,217Auf GitHub ansehen↗

    p-queue ist eine JavaScript-Promise-Warteschlange und ein Scheduler für gleichzeitige Aufgaben, der dazu entwickelt wurde, die Anzahl aktiver asynchroner Operationen zu begrenzen. Er dient als asynchroner Ratenbegrenzer und Promise-Lebenszyklus-Manager, um Ressourcenerschöpfung zu verhindern. Das Projekt zeichnet sich durch prioritätsbasierte Aufgabenplanung und Token-Bucket-Ratenbegrenzung zur Steuerung der Ausführungsfrequenz aus. Es lässt sich mit Abort-Signalen für den Abbruch von Aufgaben integrieren und bietet Mechanismen zum Anhalten, Fortsetzen und Löschen ausstehender Operationen. Das Tool deckt breitere Verkehrsmanagement-Funktionen ab, einschließlich Operations-Timeouts und Concurrency-Limiting. Es enthält zudem Monitoring-Primitive zur Verfolgung des Warteschlangenzustands und der Anzahl ausstehender Aufgaben sowie Synchronisation für das Leerlaufen der Warteschlange.

    Implements priority levels for tasks to ensure that critical work is executed before lower-priority operations.

    TypeScript
    Auf GitHub ansehen↗4,217
  1. Home
  2. Software Engineering & Architecture
  3. Plugin Execution Engines
  4. Execution Priorities

Unter-Tags erkunden

  • Layout Priority AssignmentMechanisms for assigning weights to layout rules to resolve conflicts between competing constraints. **Distinct from Execution Priorities:** Specific to UI layout precedence rather than plugin execution or security policy priorities
  • Task Priority ExecutionProcessing of tasks based on assigned priority levels to ensure urgent work is handled first. **Distinct from Execution Priorities:** Focuses on general task execution priority rather than plugin-specific event handler weights.