awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

34 रिपॉजिटरी

Awesome GitHub RepositoriesConcurrent Dependency Resolution

Systems that resolve and fetch an entire dependency graph simultaneously to eliminate request waterfalls.

Distinct from Dependency Graph Resolution: Focuses on the concurrency of the network fetch process, whereas Dependency Graph Resolution is a general term for determining execution order.

Explore 34 awesome GitHub repositories matching software engineering & architecture · Concurrent Dependency Resolution. Refine with filters or upvote what's useful.

Awesome Concurrent Dependency Resolution GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • systemjs/systemjssystemjs का अवतार

    systemjs/systemjs

    13,091GitHub पर देखें↗

    SystemJS is a dynamic dependency manager and universal module loader that resolves and executes JavaScript modules across different browser and server environments. It functions as an import map polyfill, mapping bare module specifiers to absolute URLs to manage dependencies without requiring a build step. The project provides a system for integrating diverse formats, including AMD and global scripts, into a modern ES module workflow. It enables browser module polyfilling for environments that lack native support for ES modules and import maps, and it allows for dynamic runtime hot-reloading

    Implements concurrent fetching of the full dependency graph to prevent sequential network request waterfalls.

    JavaScript
    GitHub पर देखें↗13,091
  • stylus/stylusstylus का अवतार

    stylus/stylus

    11,323GitHub पर देखें↗

    Stylus is a CSS preprocessor that transforms a dynamic language into standard CSS. It utilizes a compilation workflow to enable the use of variables, nesting, and arithmetic, which are then rendered into stylesheets for use in frontend asset pipelines. The project is distinguished by a flexible syntax that allows for indentation-based styling, meaning curly braces, colons, and semicolons can be omitted. It further differentiates itself through a JavaScript-driven plugin pipeline and the ability to extend the native syntax with custom JavaScript functions for complex logic. Its capability sur

    Tracks and resolves all linked resource dependencies required during the stylesheet compilation process.

    JavaScriptcsspreprocessorstyl
    GitHub पर देखें↗11,323
  • emdash-cms/emdashemdash-cms का अवतार

    emdash-cms/emdash

    10,887GitHub पर देखें↗

    EmDash is an open-source content management system built on Astro that combines a visual admin panel with a plugin-driven architecture and server-side rendering. It provides a complete content management system with structured content modeling, a rich text editor using Portable Text format, and a TypeScript API for type-safe content queries. The system supports authentication through passkeys, OAuth 2.1, and external providers, with role-based access control and fine-grained permission scopes. What distinguishes EmDash is its plugin development framework, which supports both native plugins ru

    Sets numeric priority and declares dependencies so hooks run in a deterministic sequence across plugins.

    TypeScriptastrocmsemdash
    GitHub पर देखें↗10,887
  • just-the-docs/just-the-docsjust-the-docs का अवतार

    just-the-docs/just-the-docs

    9,060GitHub पर देखें↗

    Just the Docs is a Jekyll theme designed for building documentation sites that are hosted on GitHub Pages. It provides a responsive, mobile-friendly layout with built-in search, hierarchical navigation, and extensive customization through overridable SCSS variables, Liquid includes, and page layouts. The theme distinguishes itself through a file-based navigation hierarchy that automatically generates multi-level collapsible menus from directory structures and front matter, combined with client-side full-text search that indexes page content at build time. It includes automated deployment via

    Assigns numeric or string values to pages to control their display order in navigation.

    SCSSdocumentationgithub-pagesjekyll
    GitHub पर देखें↗9,060
  • spring-projects/spring-aispring-projects का अवतार

    spring-projects/spring-ai

    9,001GitHub पर देखें↗

    Spring AI is an application framework for Java that provides a portable, fluent API for integrating AI models, tools, and vector stores into applications. It wraps multiple AI providers behind a common interface, allowing developers to switch between chat, embedding, image, and speech models without changing application code. The framework includes a chainable chat client API similar to WebClient or RestClient, supports both synchronous and streaming interactions, and offers structured output conversion that transforms unstructured AI responses into strongly-typed Java objects. The framework

    Determines the sequence of advisor execution by assigning each a priority value.

    Javaartificial-intelligencejavaspring-ai
    GitHub पर देखें↗9,001
  • nomicfoundation/hardhatNomicFoundation का अवतार

    NomicFoundation/hardhat

    8,489GitHub पर देखें↗

    Hardhat is a smart contract development framework and EVM tooling suite designed for the full lifecycle of Ethereum and EVM-compatible applications. It serves as a development environment for compiling, testing, and deploying smart contracts, providing a local blockchain simulation and a programmable task runner. The framework is distinguished by its extensive simulation capabilities, including the ability to fork remote network state and manipulate block time or account balances. It features a hook-based plugin system that allows for the extension of core functionality and the creation of cu

    Resolves and orders plugins based on explicit and conditional dependencies to ensure correct hook execution sequence.

    TypeScriptblockchaindappsdebugging
    GitHub पर देखें↗8,489
  • alibaba/higressalibaba का अवतार

    alibaba/higress

    7,558GitHub पर देखें↗

    Higress is an AI API gateway and cloud-native traffic manager that functions as a Kubernetes ingress controller. It provides a centralized system for routing, securing, and optimizing traffic directed toward large language models, AI agents, and microservice architectures. The project distinguishes itself through deep AI orchestration, including the ability to host and manage Model Context Protocol servers that transform REST APIs into tools for AI agents. It features specialized AI infrastructure for model request proxying, protocol translation across multiple providers, and semantic-based c

    Allows precise control over the order of plugin execution within the filter chain using phases and priority values.

    Goai-gatewayai-nativeapi-gateway
    GitHub पर देखें↗7,558
  • berstend/puppeteer-extraberstend का अवतार

    berstend/puppeteer-extra

    7,360GitHub पर देखें↗

    💯 Teach puppeteer new tricks through plugins.

    Provides a plugin registry that resolves dependencies and executes lifecycle hooks in a defined sequence.

    JavaScriptautomationchromeheadless-browser
    GitHub पर देखें↗7,360
  • kazupon/vue-i18nkazupon का अवतार

    kazupon/vue-i18n

    7,230GitHub पर देखें↗

    vue-i18n is an internationalization framework and plugin for Vue.js applications. It serves as a dynamic translation manager and localization formatting library used to translate user interface text and format dates and numbers for global audiences. The project distinguishes itself through a dynamic translation workflow that supports asynchronous locale loading and the ability to reload translation messages in real-time without refreshing the page. It provides specialized mechanisms for rich text rendering, allowing the interpolation of HTML tags and Vue components directly into translated st

    Implements a prioritized fallback chain to resolve missing translation keys using alternative locales.

    JavaScripti18ninternationalizationinternationalization-plugin
    GitHub पर देखें↗7,230
  • symfony/translationsymfony का अवतार

    symfony/translation

    6,607GitHub पर देखें↗

    Symfony Translation is a PHP library and framework component for internationalizing applications. It provides a complete system for managing message catalogs, handling locale-aware string translation, and formatting messages using ICU MessageFormat syntax to support pluralization, gender, and conditional selection. The component organizes translatable strings into named domains, supports key-based lookup that decouples source text from localized versions, and offers deferred rendering through translatable objects that store parameters and render only when output is needed. The library disting

    Defines prioritized fallback locale chains consulted when a translation key is missing from the primary locale.

    PHPcomponentphpsymfony
    GitHub पर देखें↗6,607
  • prefix-dev/pixiprefix-dev का अवतार

    prefix-dev/pixi

    6,416GitHub पर देखें↗

    Pixi is a conda environment manager that creates reproducible, lock-file-backed environments with cross-platform support and multi-language dependency resolution. It combines package management from both conda-forge and PyPI simultaneously, coordinating their dependency graphs to prevent conflicts, while pinning every transitive dependency to exact versions in a cross-platform lock file for bit-for-bit identical environments across machines. The project distinguishes itself by also functioning as a cross-platform task runner that executes user-defined commands and multi-step pipelines inside

    Resolves and installs packages from both conda-forge and PyPI simultaneously, coordinating their dependency graphs.

    Rustcondaconda-environmentconda-packages
    GitHub पर देखें↗6,416
  • j178/prekj178 का अवतार

    j178/prek

    6,297GitHub पर देखें↗

    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 numeric priorities to hooks for deterministic ordering and concurrent execution grouping.

    Rustgitgit-hookspre-commit
    GitHub पर देखें↗6,297
  • michaing/dietpiMichaIng का अवतार

    MichaIng/DietPi

    6,131GitHub पर देखें↗

    DietPi is an ultra-lightweight Debian distribution and software platform purpose-built for single-board computers. It provides a minimal operating system that strips away unnecessary services to reduce CPU and RAM usage, and includes a curated software catalogue of pre-optimised applications that can be installed with a single command. The system reads a plain-text configuration file before first boot to perform unattended OS and software installation, and offers a web interface for remote system administration. What distinguishes DietPi is its comprehensive, integrated approach to turning a

    Installs APT packages and software dependencies concurrently to reduce total installation time.

    Shellbashdebiandietpi
    GitHub पर देखें↗6,131
  • hirak/prestissimohirak का अवतार

    hirak/prestissimo

    6,122GitHub पर देखें↗

    Prestissimo is a plugin for the PHP Composer package manager that implements parallel dependency downloading to reduce total installation time. It serves as an extension for the PHP ecosystem, acting as a concurrent dependency downloader. The project optimizes the retrieval of external libraries by replacing the standard sequential download process with parallel HTTP requests. This concurrency allows multiple dependency archives to be fetched simultaneously. The plugin handles the PHP dependency management workflow by managing concurrent HTTP streams and using asynchronous I/O processing to

    Implements a system to fetch the dependency graph simultaneously to eliminate sequential request waterfalls.

    PHP
    GitHub पर देखें↗6,122
  • containernetworking/cnicontainernetworking का अवतार

    containernetworking/cni

    6,050GitHub पर देखें↗

    Detaches containers by executing plugins in reverse order of attachment for clean removal.

    Gocontainersdockerkubernetes
    GitHub पर देखें↗6,050
  • madcowd/ellMadcowD का अवतार

    MadcowD/ell

    5,874GitHub पर देखें↗

    Ell is a Python library that treats prompts as callable functions, transforming a Python function into a language model program where the docstring defines the system message and the return value defines the user message. It provides a framework for writing language model programs that can accept and return images, audio, and text natively within message objects, and supports chaining multiple model calls into a single function for multi-step reasoning or test-time compute. The library decouples model selection from client instantiation through a registry that supports multiple provider backe

    Returns an OpenAI client and a fallback flag for a given model name, decoupling model selection from client instantiation.

    Pythonaiprompt-engineering
    GitHub पर देखें↗5,874
  • boltsframework/bolts-objcBoltsFramework का अवतार

    BoltsFramework/Bolts-ObjC

    5,622GitHub पर देखें↗

    Bolts-ObjC is an Objective-C mobile development library providing tools for coordinating asynchronous operations and routing deep links within native applications. It functions as a framework for managing background tasks and resolving navigation metadata to direct users to specific content. The library includes a deep link routing engine and an app link navigator that resolve handler compatibility to launch native experiences or trigger web browser fallbacks. It also features a mobile analytics link logger to track user movement through deep links for integration with external analytics plat

    Provides a mechanism to determine the optimal navigation path between native app handlers and web browser fallbacks.

    Objective-C
    GitHub पर देखें↗5,622
  • serafimcloud/21stserafimcloud का अवतार

    serafimcloud/21st

    5,304GitHub पर देखें↗

    21st is a marketplace and distribution platform for React components styled with Tailwind CSS and shadcn/ui. It functions as a community-driven registry where developers can discover, share, and install reusable interface blocks and visual themes. The platform features a command line tool that imports specific UI elements and their required dependencies directly into a local development environment. Instead of traditional package management, it uses a source code transfer model to copy raw files into the project codebase for full customization. The system supports a full lifecycle of compone

    Automatically analyzes and retrieves the third-party libraries and style extensions required by a selected UI component.

    TypeScriptnextjsreactshadcn
    GitHub पर देखें↗5,304
  • egoist/poiegoist का अवतार

    egoist/poi

    5,175GitHub पर देखें↗

    Poi is an extensible, zero-configuration module bundler and asset compiler for modern frontend development. It functions as a build system that transforms JavaScript, JSX, and CSS into browser-compatible files and combines them into single packages for web delivery. The tool is built around a plugin architecture that allows for custom extensions to the build pipeline and the addition of specialized asset processing logic. It employs a convention-based mapping system to automate build settings and target outputs without the need for manual configuration files. The project covers a broad range

    Automatically identifies and bundles static files and dependencies by scanning imports without manual path configuration.

    JavaScript
    GitHub पर देखें↗5,175
  • globalizejs/globalizeglobalizejs का अवतार

    globalizejs/globalize

    4,838GitHub पर देखें↗

    Globalize is a JavaScript internationalization library and Unicode CLDR localization engine. It provides a toolkit for formatting dates, numbers, and currencies using the Unicode Common Locale Data Repository and IANA time zones. The project features a build-time localization compiler that precompiles rules into static formatters to reduce runtime overhead and bundle size. It includes a system for parsing and formatting complex strings using the ICU MessageFormat syntax, supporting variables, pluralization, and gender inflections. The library covers a broad surface of localization capabiliti

    Implements prioritized fallback chains to resolve missing translation keys by reverting to parent language bundles.

    JavaScriptcldrcldr-datacldr-json
    GitHub पर देखें↗4,838
पिछला12अगला
  1. Home
  2. Software Engineering & Architecture
  3. Dependency Graph Resolution
  4. Concurrent Dependency Resolution

सब-टैग एक्सप्लोर करें

  • Asset Dependency ResolutionIdentifying and retrieving all linked resources required by a primary asset. **Distinct from Concurrent Dependency Resolution:** Distinct from Concurrent Dependency Resolution: focuses on identifying linked game assets for extraction rather than network fetch concurrency.
  • Monadic SequencingUsing monadic patterns to resolve data dependencies while maintaining batching opportunities. **Distinct from Concurrent Dependency Resolution:** Specializes concurrent dependency resolution by using a monadic context to sequence dependent requests.
  • Multi-Source Dependency Resolution1 सब-टैगResolves and installs packages from both conda-forge and PyPI simultaneously, coordinating their dependency graphs to prevent conflicts. **Distinct from Concurrent Dependency Resolution:** Distinct from Concurrent Dependency Resolution: focuses on resolving dependencies from multiple package sources simultaneously, not just concurrent fetching.
  • Plugin Execution Ordering2 सब-टैग्सResolution of plugin dependency graphs to determine the correct order for executing hooks and initializing extensions. **Distinct from Concurrent Dependency Resolution:** Distinct from Concurrent Dependency Resolution: focuses on the sequential ordering and dependency constraints for hook execution.