I need help with SPEED

hi guys you know about scratch and how it has turbowarp is there like a turbowarp for makecode arcade?

2 Likes

NOPE, I talked about it somehwere around here:

But they really should add it though.

5 Likes

uhh u could use itch ig

1 Like

No

6 Likes

I mean Turbowarp converts Scratch games to JavaScript to make them run faster, so maybe you can switch to JavaScript? L_L (idk what I’m talking about)

makecode compiles code in a way that makes my raycaster run ~53 times slower than normal js, no matter what you do (switch to js, use random keywords, etc.) it will never be real js. In fact, your project is being compiled into a huge 2MB string that gets ran through eval. I think the @moderators could explain more about it, but they probably don’t want to.