Hacker News new | ask | show | jobs
by elcritch 1051 days ago
> Imagine writing Python style pseudoocode for ESP32 and it being super efficient without trying, and with bare metal control when you want.

To be fair, I did have to spend like 2 hours tuning my ESP32 code for handling a 22 kSPS ADC where microseconds matter. ;) Mostly just to avoid extra allocations as I was pretty new to Nim at the time.

Ah, but no major regressions in performance or changes needed for ~4 years!