proposal-array-from-async
Draft specification for a proposed Array.fromAsync method in JavaScript. (by tc39)
falcon
Brushing and linking for big data (by vega)
proposal-array-from-async | falcon | |
---|---|---|
7 | 2 | |
203 | 967 | |
0.0% | 0.3% | |
5.4 | 7.0 | |
about 1 month ago | about 1 month ago | |
HTML | Jupyter Notebook | |
BSD 3-clause "New" or "Revised" License | GNU General Public License v3.0 or later |
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.
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.
proposal-array-from-async
Posts with mentions or reviews of proposal-array-from-async.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-10-24.
- Goodbye, Node.js Buffer
-
How async/await runs inside forEach, and why it probably doesn't do what you expect
Others have mentioned for await, which probably isn't ideal in the case of getting users by id since it'll only do one request at a time, which is less efficient. There's a proposal for Array.fromAsync() that'll essentially do the same thing...
-
Updates from the 92nd TC39 meeting
Array.fromAsync: Array.fromAsync is to for await as Array.from is to for.
-
New ECMAScript 23 array features
The proposal is described here.
-
Getting async data using map arrow method
It's only a stage 2 spec, but Array.fromAsync() would handle exactly what you want. Polyfill exists too.
-
Updates from the 87th meeting of TC39
Array.fromAsync: Like Array.from but it converts an async iterable (or a sync iterable of promises) to a promise that will resolve to an array.
-
Updates from the 85th meeting of TC39
Array.fromAsync Like Array.from but for async iterators.
falcon
Posts with mentions or reviews of falcon.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-10-24.
What are some alternatives?
When comparing proposal-array-from-async and falcon you can also consider the following projects:
proposal-class-static-block - ECMAScript class static initialization blocks
streams - Streams Standard
nodejs-polars - nodejs front-end of polars
proposal-arraybuffer-base64 - TC39 proposal for Uint8Array<->base64/hex
proposal-bigint-math - Draft specification for supporting BigInts in JavaScript’s Math methods.