winglang / wing

A programming language for the cloud ☁️ A unified programming model, combining infrastructure and runtime code into one language ⚡
https://winglang.io
Other
4.77k stars 189 forks source link

Performance issues when compiling to `tf-aws` #6550

Open eladb opened 1 month ago

eladb commented 1 month ago

I tried this:

See https://github.com/winglang/translator-example

This happened:

wing compile -t sim  0.93s user 0.10s system 127% cpu 0.812 total
wing compile -t tf-aws  11.17s user 1.15s system 75% cpu 16.355 total

I expected this:

No response

Is there a workaround?

No response

Anything else?

No response

Wing Version

No response

Node.js Version

No response

Platform(s)

No response

Community Notes

eladb commented 1 month ago

Since this is just for cloud builds, perhaps a bit more visibility into the progress is sufficient.