mirror of
https://github.com/micropython/micropython.git
synced 2026-01-10 05:57:16 +01:00
map() is 5 times slower. That's mostly because of inefficiency of creating containers from iterables of unknown length (like map()).
352 B
352 B