- Typescript generators cannot be typed
- Like, Typescript has VERY basic support for it, useless for anything more advanced than a simple number counter.
- Generating stack traces with
new Error().stackis VERY slow- We actually don't need the full call stack, just an index relative to the caller, this could be fixed with a custom typescript transform, but then the setup isn't as easy as an
npm installfor users.
- We actually don't need the full call stack, just an index relative to the caller, this could be fixed with a custom typescript transform, but then the setup isn't as easy as an
- Object hashing is very slow, I wish we had something like
System.identityHashCodefrom java.- Can be solved with specific hashers for each descriptor type, but then it would still be slow everywhere else.
- APIs built around JS generators cause too many issues due to function coloring
- Its also very tedious to write, most bugs wre caused by missing
yields somewhere. Not looking forward to stuff like this again.
- Its also very tedious to write, most bugs wre caused by missing
This repository was archived by the owner on Jul 12, 2023. It is now read-only.
mendes5/react-webgpu
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|