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

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

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

7 مستودعات

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

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

    SnapKit/SnapKit

    20,336عرض على GitHub↗

    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
    عرض على GitHub↗20,336
  • getgrav/gravالصورة الرمزية لـ getgrav

    getgrav/grav

    15,395عرض على GitHub↗

    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
    عرض على GitHub↗15,395
  • reactjs/react.devالصورة الرمزية لـ reactjs

    reactjs/react.dev

    11,765عرض على GitHub↗

    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
    عرض على GitHub↗11,765
  • snoopy1866/litiaotiao-custom-rulesالصورة الرمزية لـ Snoopy1866

    Snoopy1866/LiTiaotiao-Custom-Rules

    10,389عرض على GitHub↗

    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.

    عرض على GitHub↗10,389
  • j178/prekالصورة الرمزية لـ j178

    j178/prek

    6,297عرض على GitHub↗

    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
    عرض على GitHub↗6,297
  • dromara/dynamic-tpالصورة الرمزية لـ dromara

    dromara/dynamic-tp

    4,784عرض على GitHub↗

    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
    عرض على GitHub↗4,784
  • sindresorhus/p-queueالصورة الرمزية لـ sindresorhus

    sindresorhus/p-queue

    4,217عرض على GitHub↗

    p-queue هو طابور وعود (promise queue) في JavaScript وجدول مهام متزامن مصمم لتقييد عدد العمليات غير المتزامنة النشطة. يعمل كمحدد معدل غير متزامن ومدير دورة حياة الوعود لمنع استنفاد الموارد. يتميز المشروع بجدولة المهام القائمة على الأولوية وتحديد معدل دلو الرموز (token-bucket) للتحكم في تكرار التنفيذ. يتكامل مع إشارات الإلغاء (abort signals) لإلغاء المهام ويوفر آليات للإيقاف المؤقت، والاستئناف، ومسح العمليات المعلقة. تغطي الأداة قدرات أوسع لإدارة حركة المرور بما في ذلك مهلات العمليات وتقييد التزامن. تتضمن أيضاً بدائيات مراقبة لتتبع حالة الطابور وعدد المهام المعلقة، بالإضافة إلى المزامنة لخمول الطابور.

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

    TypeScript
    عرض على GitHub↗4,217
  1. Home
  2. Software Engineering & Architecture
  3. Plugin Execution Engines
  4. Execution Priorities

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

  • 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.