awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Multi-Process Architectures · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesMulti-Process Architectures

Systems that offload tasks to background processes to maintain main application responsiveness.

Distinguishing note: Focuses on process isolation for performance, not general task queuing.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Multi-Process Architectures. Refine with filters or upvote what's useful.

  1. Home
  2. Operating Systems & Systems Programming
  3. Multi-Process Architectures

Awesome Multi-Process Architectures GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • sxyazi/yazi

    sxyazi/yazi

    32,888View on GitHub↗

    Yazi is a high-performance terminal file manager designed for keyboard-driven navigation and organization of local file systems. Built as an asynchronous application, it utilizes a non-blocking runtime to execute concurrent file operations and interface updates, ensuring the user experience remains responsive even during intensive tasks. The interface is rendered directly into the terminal emulator using escape sequences to maintain minimal memory overhead. The application distinguishes itself through a modular architecture that supports custom functionality via an embedded scripting engine.

    Offloads resource-intensive tasks to background worker processes to ensure a responsive interface.

    Rustandroidasynciocli
    32,888View on GitHub↗