Skip to content
Snippets Groups Projects
Select Git revision
  • aaff82afe5a72ec69e05f1e56047d0acfde91d0e
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

var-2-global.py

Blame
  • user avatar
    Paul Sokolovsky authored
    Motivation is optimizing handling of various constructs as well as
    understanding which constructs are more efficient in MicroPython.
    More info: http://forum.micropython.org/viewtopic.php?f=3&t=77
    
    Results are wildly unexpected. For example, "optimization" of range
    iteration into while loop makes it twice as slow. Generally, the more
    bytecodes, the slower the code.
    aaff82af
    History
    var-2-global.py 110 B