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
·
developit avatar

developit/greenlet

0
View on GitHub↗
4,689 stele·97 fork-uri·JavaScript·3 vizualizărinpm.im/greenlet↗

Greenlet

Greenlet este un executor asincron multi-threaded și un runner de sarcini pentru web workers. Servește ca wrapper de execuție care descarcă sarcinile computaționale grele către worker-i de fundal pentru a menține responsivitatea interfeței utilizator și a preveni blocarea thread-ului principal de execuție.

Proiectul include un handler de obiecte transferabile conceput pentru a muta buffere mari de date între thread-uri. Acest mecanism evită overhead-ul copierii memoriei pentru a optimiza transferul de date.

Biblioteca acoperă gestionarea web worker-ilor, facilitând izolarea sarcinilor asincrone și descărcarea thread-ului principal.

Features

  • Web-Worker Threading - Offloads heavy computations to background Web Workers to maintain user interface responsiveness.
  • Background Threading - Executes logic in separate background threads to prevent the main application thread from freezing.
  • Asynchronous Worker Functions - Provides a way to define and invoke functions within worker threads asynchronously from the main thread.
  • Web Worker Execution - Simplifies the execution of scripts in background threads without manual worker script management.
  • Asynchronous Task Executors - Manages the scheduling and execution of asynchronous tasks on thread pools to isolate execution.
  • Async Executor Wrappers - Serves as an execution wrapper that offloads heavy computation to background workers to maintain UI responsiveness.
  • JavaScript Worker Threads - Executes JavaScript in separate OS threads to ensure the main UI thread remains free for user interactions.
  • Main Thread Offloading - Implements strategies for moving computationally expensive tasks from the main UI thread to background web workers.
  • High-Performance Data Transfer - Implements efficient, low-latency data movement between threads using transferable objects.
  • Inter-Thread Data Transfers - Moves large data buffers between threads using transferable objects to eliminate expensive memory copying.
  • Platform Compatibility Tools - Move async functions to web workers.
  • Web Worker Management - Moving async functions to separate threads.

Istoric stele

Graficul istoricului de stele pentru developit/greenletGraficul istoricului de stele pentru developit/greenlet

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Greenlet

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Greenlet.
  • developit/workerizeAvatar developit

    developit/workerize

    4,378Vezi pe GitHub↗

    Workerize is a web worker module loader and main thread offloader. It functions as an asynchronous proxy wrapper that allows JavaScript modules to run in background workers, preventing browser UI freezes by delegating computationally expensive tasks to separate threads. The project utilizes a proxy-based interface to call functions inside a background worker as if they were local asynchronous calls. This mechanism enables the execution of modules in parallel workers to maintain main thread responsiveness. The system covers asynchronous module execution and web worker integration, focusing on

    JavaScript
    Vezi pe GitHub↗4,378
  • andywer/threads.jsAvatar andywer

    andywer/threads.js

    3,526Vezi pe GitHub↗

    threads.js is a JavaScript worker thread library and asynchronous task orchestrator designed to offload CPU-intensive tasks to background threads. It functions as a cross-platform worker pool and a TypeScript worker runner that automatically transpiles and executes TypeScript files within separate threads. The project distinguishes itself by providing a unified worker API that allows for cross-platform execution across different JavaScript environments. It includes a specialized worker data serialization tool to pass complex class instances and binary data between threads, and supports inlini

    TypeScriptisomorphic-javascriptjavascriptmultithreading
    Vezi pe GitHub↗3,526
  • mgechev/angular-performance-checklistAvatar mgechev

    mgechev/angular-performance-checklist

    4,134Vezi pe GitHub↗

    This project is a technical reference and guide for optimizing the performance of Angular applications. It provides a comprehensive checklist for improving speed and efficiency by focusing on bundle optimization, rendering best practices, and runtime execution. The guide covers a wide array of differentiators including the implementation of progressive web app strategies through service workers and offline caching. It also details methods for improving perceived load times using server-side rendering and application shells. The repository provides guidance on broader capability areas such as

    Vezi pe GitHub↗4,134
  • sqldelight/sqldelightAvatar sqldelight

    sqldelight/sqldelight

    6,827Vezi pe GitHub↗

    SQLDelight is a Kotlin database library that validates SQL schema, statements, and migrations at compile time, generating type-safe Kotlin query functions from labeled SQL files. It treats SQL as the source of truth for database definitions, catching schema errors during the build process before they reach production. The library supports multiple database dialects including SQLite, MySQL, PostgreSQL, HSQL, and H2, and generates platform-specific code for Android, iOS, JVM, and JavaScript targets. It provides a platform-specific driver abstraction that handles database connectivity difference

    Kotlinkotlin-multiplatformsqlsqldelight
    Vezi pe GitHub↗6,827
Vezi toate cele 30 alternative pentru Greenlet→

Întrebări frecvente

Ce face developit/greenlet?

Greenlet este un executor asincron multi-threaded și un runner de sarcini pentru web workers. Servește ca wrapper de execuție care descarcă sarcinile computaționale grele către worker-i de fundal pentru a menține responsivitatea interfeței utilizator și a preveni blocarea thread-ului principal de execuție.

Care sunt principalele funcționalități ale developit/greenlet?

Principalele funcționalități ale developit/greenlet sunt: Web-Worker Threading, Background Threading, Asynchronous Worker Functions, Web Worker Execution, Asynchronous Task Executors, Async Executor Wrappers, JavaScript Worker Threads, Main Thread Offloading.

Care sunt câteva alternative open-source pentru developit/greenlet?

Alternativele open-source pentru developit/greenlet includ: developit/workerize — Workerize is a web worker module loader and main thread offloader. It functions as an asynchronous proxy wrapper that… andywer/threads.js — threads.js is a JavaScript worker thread library and asynchronous task orchestrator designed to offload CPU-intensive… mgechev/angular-performance-checklist — This project is a technical reference and guide for optimizing the performance of Angular applications. It provides a… sqldelight/sqldelight — SQLDelight is a Kotlin database library that validates SQL schema, statements, and migrations at compile time,… googlechromelabs/comlink — Comlink is a remote procedure call library that transforms message-based communication into asynchronous function… alasql/alasql — AlaSQL is a JavaScript SQL database engine that allows for the filtering, grouping, and joining of in-memory object…