google-summer-of-code icon indicating copy to clipboard operation
google-summer-of-code copied to clipboard

Google Summer of Code resources.

Results 47 google-summer-of-code issues
Sort by recently updated
recently updated
newest added

### Idea We heavily rely on doctesting (see https://github.com/stdlib-js/stdlib/blob/develop/docs/doctest.md) to ensure that our Markdown and JSDoc examples are correct and do not become out-of-date. However, we currently have no such...

idea
priority: high
difficulty: 5
tech: c

### Idea We've worked toward compiling BLAS routines to WebAssembly and offering ergonomic APIs for interfacing between JavaScript and WebAssembly binaries (see https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/wasm). The goal of this project would be...

idea
priority: normal
difficulty: 3
tech: javascript
tech: c
tech: nodejs

### Idea We've worked toward compiling BLAS routines to WebAssembly and offering ergonomic APIs for interfacing between JavaScript and WebAssembly binaries (see https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/wasm). The goal of this project would be...

idea
priority: normal
difficulty: 3
tech: javascript
tech: c

### Idea stdlib is composed of thousands of individual packages. Managing this complexity requires an intricate publishing pipeline that handles automatic updates to repositories, generation of various bundle types, publishing...

idea
priority: normal
difficulty: 3
tech: javascript
tech: nodejs
tech: bash

### Idea We will migrate stdlib-js to ESLint 9 to take advantage of new features, performance improvements, and enhanced file type support (including JSON and YAML). Additionally, this idea posits...

idea
priority: normal
difficulty: 3
tech: javascript
tech: nodejs

### Idea Drawing on some of the recent innovations in the numerical Python ecosystem (e.g., see [`pyccel`](https://github.com/pyccel/pyccel/tree/devel)), the goal of this project would be to see if we can define...

idea
priority: normal
tech: javascript
tech: c
tech: nodejs
tech: native addons
difficulty: 4
tech: typescript

### Idea [LAPACK](https://netlib.org/lapack/) routines are standard building blocks for performing basic vector and matrix operations. These building blocks are leveraged by most modern numerical programming languages and libraries, including NumPy,...

idea
priority: high
tech: javascript
tech: c
tech: fortran
tech: nodejs
tech: native addons
difficulty: 4