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
·

3 repository-uri

Awesome GitHub RepositoriesIsolate-Based Execution

Offloading computationally expensive tasks to separate memory isolates to maintain main thread responsiveness.

Distinguishing note: The candidates focus on background services or architecture isolation, not memory-isolate-based concurrency for parsing.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Isolate-Based Execution. Refine with filters or upvote what's useful.

Awesome Isolate-Based Execution GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • flutter-team-archive/pluginsAvatar flutter-team-archive

    flutter-team-archive/plugins

    17,710Vezi pe GitHub↗

    This project is a collection of official plugin packages and a native integration library designed to provide a consistent interface for accessing hardware and software functionality across different mobile and desktop platforms. It serves as a native platform bridge, enabling cross-platform applications to invoke native code and manage operating system dependencies. The project utilizes a federated plugin architecture, splitting plugins into common interfaces and separate platform implementations to allow for independent development and extension. It further supports native integration throu

    Executes expensive data parsing in separate isolates to prevent user interface freezes.

    Dartandroiddartflutter
    Vezi pe GitHub↗17,710
  • flutter-team-archive/engineAvatar flutter-team-archive

    flutter-team-archive/engine

    7,576Vezi pe GitHub↗

    This project is a cross-platform rendering engine and Dart runtime embedder. It functions as a hardware-accelerated graphics engine that composites and paints user interfaces across mobile, desktop, and web targets. The engine utilizes a hardware-accelerated rendering pipeline to drive high-frame-rate animations using GPU APIs such as Vulkan, Metal, and OpenGL. It incorporates an accessibility framework that maps user interface semantics to platform assistive technologies and screen readers. The system provides a platform abstraction layer for managing file and network I/O and incorporates a

    Manages execution threads using separate memory isolates to prevent data races and maintain responsiveness.

    C++c-plus-plus
    Vezi pe GitHub↗7,576
  • vandadnp/flutter-tips-and-tricksAvatar vandadnp

    vandadnp/flutter-tips-and-tricks

    6,822Vezi pe GitHub↗

    This repository is a collection of practical code snippets and implementation patterns for Flutter and Dart. It serves as a comprehensive guide and reference for asynchronous programming, state management patterns, and UI component design. The project provides advanced language reference material covering generics, reflection, factory constructors, and null-aware operators. It also includes specific utilities for manipulating Dart collections, such as helper methods for transforming and filtering maps, lists, and iterables. The coverage extends to high-level capabilities including asynchrono

    Offloads CPU-intensive tasks to separate memory isolates to prevent blocking the main UI thread.

    Dartdartflutterflutter-ui
    Vezi pe GitHub↗6,822
  1. Home
  2. Software Engineering & Architecture
  3. Isolate-Based Execution