This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Move pieces of the Stack into WebWorkers #1195
Closed
Description
Tools such as https://github.com/developit/workerize-loader and https://github.com/developit/workerize can make testing WebWorkers processing much simpler and enable us to understand which parts of IPFS could/should be moved into WebWorkers to save processing time.
Ideas that come to mind are the Bitswap Decision Engine, Unixfs-Engine and any Encryption done in JS land.