awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
Β© 2026 Bringes Technology SRLΒ·VAT RO45896025Β·hello@awesome-repositories.com
pshihn avatar

pshihn/workly

0
View on GitHub↗
1,875 starsΒ·34 forksΒ·JavaScriptΒ·MITΒ·7 views

Workly

A really simple way to move a function or class to a web worker. πŸ‹οΈβ€β™€οΈβ†’ πŸ˜„

Features

  • Web Worker Management - Moving functions or classes to web workers.

Star history

Star history chart for pshihn/worklyStar history chart for pshihn/workly

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English β€” the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does pshihn/workly do?

A really simple way to move a function or class to a web worker. πŸ‹οΈβ€β™€οΈβ†’ πŸ˜„

What are the main features of pshihn/workly?

The main features of pshihn/workly are: Web Worker Management.

What are some open-source alternatives to pshihn/workly?

Open-source alternatives to pshihn/workly include: ampproject/worker-dom β€” The same DOM API and Frameworks you know, but in a Web Worker. andywer/threads.js β€” threads.js is a JavaScript worker thread library and asynchronous task orchestrator designed to offload CPU-intensive… builderio/partytown β€” Partytown is a main thread performance optimizer and web worker script orchestrator. It functions as a third party… developit/greenlet β€” Greenlet is a multi-threaded asynchronous executor and web worker task runner. It serves as an execution wrapper that… developit/stockroom β€” πŸ—ƒ Offload your store management to a worker easily. developit/workerize β€” Workerize is a web worker module loader and main thread offloader. It functions as an asynchronous proxy wrapper that…

Open-source alternatives to Workly

Similar open-source projects, ranked by how many features they share with Workly.
  • andywer/threads.jsandywer avatar

    andywer/threads.js

    3,526View on 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
    View on GitHub↗3,526
  • builderio/partytownBuilderIO avatar

    BuilderIO/partytown

    13,707View on GitHub↗

    Partytown is a main thread performance optimizer and web worker script orchestrator. It functions as a third party script offloader that relocates resource-intensive external JavaScript from the browser's main thread into a sandboxed web worker environment. The project focuses on improving core web vitals and overall page responsiveness by reducing main thread blocking time. This isolation ensures that heavy third party scripts do not interfere with the execution of core application code and page loading speed. The system provides infrastructure for client-side script offloading through DOM

    TypeScript
    View on GitHub↗13,707
  • developit/greenletdevelopit avatar

    developit/greenlet

    4,689View on GitHub↗

    Greenlet is a multi-threaded asynchronous executor and web worker task runner. It serves as an execution wrapper that offloads heavy computation to background workers to maintain user interface responsiveness and prevent the main execution thread from blocking. The project includes a transferable object handler designed to move large data buffers between threads. This mechanism avoids the overhead of memory copying to optimize data transfer. The library covers the management of web workers, facilitating asynchronous task isolation and main thread offloading.

    JavaScript
    View on GitHub↗4,689
  • ampproject/worker-domampproject avatar

    ampproject/worker-dom

    3,261View on GitHub↗

    The same DOM API and Frameworks you know, but in a Web Worker.

    TypeScript
    View on GitHub↗3,261
  • See all 9 alternatives to Worklyβ†’