wasm-futures-executor VS worktank-loader

Compare wasm-futures-executor vs worktank-loader and see what are their differences.

wasm-futures-executor

Executor for asynchronous task based on wasm web workers. (by wngr)

worktank-loader

WebPack plugin for WorkTank which enables you to execute whole files in a worker pool, transparently. (by fabiospampinato)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
wasm-futures-executor worktank-loader
3 1
29 7
- -
0.0 0.0
almost 2 years ago almost 2 years ago
Rust TypeScript
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

wasm-futures-executor

Posts with mentions or reviews of wasm-futures-executor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-17.

worktank-loader

Posts with mentions or reviews of worktank-loader. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-04.
  • Web Crypto API
    8 projects | news.ycombinator.com | 4 Dec 2021
    Workers are awesome but you are right, working with them can be painful without the right tooling.

    Personally I've written my own libraries for abstracting all this away and I've having a blast working with workers now, maybe check them out:

    - WorkTank [1]: This abstracts away the difference between browser workers and Node worker threads, it makes it easy to make worker pools, and it can transfer simple functions to a worker at runtime too.

    - WorkTank loader: This abstracts away loading asynchronous function from a worker basically, you just add ".worker" to your file name and that file and all its dependencies are transparently replaced moved to a worker, all the rest of the app (TS types for example) doesn't even notice anything happened, it just works.

    You might want to check out the more popular "comlink" library too, although it didn't work for me for whatever reason and it doesn't support worker pools I believe.

    [1]: https://github.com/fabiospampinato/worktank

    [2]: https://github.com/fabiospampinato/worktank-loader

What are some alternatives?

When comparing wasm-futures-executor and worktank-loader you can also consider the following projects:

wireworld-player - A multithreaded web app for loading and simulating instances of the Wireworld cellular automaton

worktank - A simple isomorphic library for executing functions inside WebWorkers or Node Threads pools.

yew - Rust / Wasm framework for creating reliable and efficient web applications

objectbuffer - JavaScript Object like api, backed by an arraybuffer

rinzler - An autonomous parallel processing engine for the browser.

pasts - Minimal and simpler alternative to the futures crate.

comlink - Comlink makes WebWorkers enjoyable.

fork-ts-checker-webpack-plugin - Webpack plugin that runs typescript type checker on a separate process.