Skip to content

Commit

Permalink
feat: update ideas list
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jan 30, 2024
1 parent 7d356cb commit fd7e923
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,9 @@ Linked issue: <https://github.com/stdlib-js/google-summer-of-code/issues/9>

### Idea

Currently, stdlib has a limited set of dedicated "async" APIs for performing various utility operations. The goal of this idea is to achieve feature parity with `async.js`.
Currently, stdlib has a limited set of dedicated "async" APIs for performing various utility operations. The goal of this idea is to achieve feature parity with [`async.js`](https://caolan.github.io/async/v3/), a popular library providing callback-based async APIs.

Motivation for this idea stems from certain advantages afforded by callback-based asynchronous programming. Notable among them is superior performance and the ability to more readily return and inspect status objects.

### Expected Outcomes

Expand All @@ -308,6 +310,10 @@ Beginner. Would benefit from someone with JavaScript experience.

175/350 hours. Can be scoped accordingly.

### Potential Mentors

@kgryte @Planeshifter @steff456

* * *

## Achieve feature parity with builtin Node.js `fs` module
Expand Down

0 comments on commit fd7e923

Please sign in to comment.