Skip to content
Paul Sokolovsky edited this page Jan 1, 2014 · 6 revisions

Note: MicroPython is work in progress and information here represents state of affairs at the beginning of 2014-01. As core functionality matures, it is expected that improvements and optimizations will follow. This page is in particular intended to identify areas to optimize.

MicroPython uses string interning. Currently all strings are interned, it's under consideration to support non-interned strings (like CPython does). File:

Clone this wiki locally