microsoft / devicescript

TypeScript for Tiny IoT Devices (ESP32, RP2040, ...)
https://microsoft.github.io/devicescript/
MIT License
3.29k stars 121 forks source link

Optimizing Performance and Resource Utilization Through Concurrent Async Execution ✈ #623

Closed sanjaiyan-dev closed 1 year ago

sanjaiyan-dev commented 1 year ago

Hi, this PR aims to achieve a very minor performance improvement by running async functions concurrently using Promise.all. This enhancement will improve performance and effectively utilize hardware resources.

pelikhan commented 1 year ago

Thank you!

sanjaiyan-dev commented 1 year ago

Thank you!

πŸ«±πŸΌβ€πŸ«²πŸΎπŸ’«