- 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().stack
is 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 install
for 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.identityHashCode
from 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
yield
s somewhere. Not looking forward to stuff like this again.
- Its also very tedious to write, most bugs wre caused by missing
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
GPU programming for humans
mendes5/react-webgpu
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
GPU programming for humans
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published