Benchmarking MicroPython

8 ibobev 2 7/31/2025, 9:41:55 PM blog.miguelgrinberg.com ↗

Comments (2)

mbirth · 56m ago
I'm missing testing the different emitters as demonstrated here: https://www.kickstarter.com/projects/214379695/micro-python-...

Not sure whether they're supported on all the architectures, though.

drewcoo · 1h ago
Somehow, I don't mind that the code blew the stack because it was recursion without memoization. Blowing the stack should be a pretty clear sign to figure out why and fix it.