micropython/extmod
Damien George 7d414a1b52 py: Parse big-int/float/imag constants directly in parser.
Previous to this patch, a big-int, float or imag constant was interned
(made into a qstr) and then parsed at runtime to create an object each
time it was needed.  This is wasteful in RAM and not efficient.  Now,
these constants are parsed straight away in the parser and turned into
objects.  This allows constants with large numbers of digits (so
addresses issue #1103) and takes us a step closer to #722.
2015-02-08 01:57:40 +00:00
..
crypto-algorithms moduhashlib: Add sha256 implementation from "crypto-algorithms" project. 2014-11-22 14:47:52 +02:00
re1.5 modure: Update to re1.5 v0.6.1, fixed and extended character class support. 2014-10-17 22:25:18 +03:00
uzlib moduzlib: Update to uzlib v1.2. 2015-01-26 22:01:45 +02:00
modubinascii.c py: Remove mp_obj_str_builder and use vstr instead. 2015-01-21 23:18:02 +00:00
moductypes.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
moduhashlib.c py: Remove mp_obj_str_builder and use vstr instead. 2015-01-21 23:18:02 +00:00
moduheapq.c extmod: Prefix py/ for includes from py core directory. 2015-01-01 20:35:21 +00:00
modujson.c py: Parse big-int/float/imag constants directly in parser. 2015-02-08 01:57:40 +00:00
modure.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
moduzlib.c moduzlib: Align out buffer to block size; shrink when decompression done. 2015-01-28 02:30:01 +02:00