| ▲ | easterncalculus an hour ago | |
Seems very cool. I'm wondering what the next step would be for performance here. Trying python as suggested is quite slow so far. | ||
| ▲ | yjftsjthsd-h an hour ago | parent [-] | |
There's a JIT, so running the same thing more than once makes it faster:
This would to me imply an obvious route of pre-warming the resumed image with your program. Or going all-in and natively compiling to wasm, but that's a much bigger lift. | ||