Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
W4G1 authored Dec 18, 2023
1 parent 2cbc0f1 commit 6de99b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
![Multithreading logo](https://github.com/W4G1/multithreading/assets/38042257/e57499c3-8acd-42d1-b43c-10ee477b9a76)
![Multithreading logo](https://github.com/W4G1/multithreading/assets/38042257/2069b810-c630-42a8-9312-d86990e8f7ad)

# multithreading

Multithreading is a tiny runtime that allows you to execute functions on separate threads. It is designed to be as simple and fast as possible, and to be used in a similar way to regular functions.

With a minified size of only 3.8kb, it has first class support for [Node.js](https://nodejs.org/), [Deno](https://deno.land/) and the [browser](https://caniuse.com/#feat=webworkers). It can also be used with any framework or library such as [React](https://reactjs.org/), [Vue](https://vuejs.org/) or [Svelte](https://svelte.dev/).
With a minified size of only 3.8kb, it has first class support for [Node.js](https://nodejs.org/), [Deno](https://deno.dev/) and the [browser](https://caniuse.com/#feat=webworkers). It can also be used with any framework or library such as [React](https://react.dev/), [Vue](https://vuejs.org/) or [Svelte](https://svelte.dev/).

Depending on the environment, it uses [Worker Threads](https://nodejs.org/api/worker_threads.html) or [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API). In addition to [ES6 generators](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function*) to make multithreading as simple as possible.


## Installation

```bash
Expand Down

0 comments on commit 6de99b7

Please sign in to comment.