Elias Sjögreen
Elias Sjögreen
Support for downloading compressed files in addition to archives (#25) would allow users to greatly decrease memory bandwidth and improve download times. Formats with planned support: - [ ] lz4...
This could allow for downloading a for example compressed file and decompressing it before it is cached like described in [esbuild#936](https://github.com/evanw/esbuild/issues/936#issuecomment-818620960). It should be rather trivial to implement and could...
Support for clustering multiple agents using RPC and the execution graph somehow.
A way to construct a graph of operations from A to Z automatically parallelizing, threading and utilizing the resources available.
Support for multiple GPUs
Support for multiple parallel threads running wasm, intelligently constructing a compute tree and automatically executing it maximally parallel.
Make the [wgsl preprocessor](https://github.com/denosaurs/neo/blob/common-backend/scripts/wgsl_preprocess.ts) its own thing and fix all of its bugs.
You heard me, examples for everything and actual example applications! Like a NN or a linear regression or something, if possible it should be visual because my ape brain likes...