Damien George
ae8d867586
py: Add iter_buf to getiter type method.
...
Allows to iterate over the following without allocating on the heap:
- tuple
- list
- string, bytes
- bytearray, array
- dict (not dict.keys, dict.values, dict.items)
- set, frozenset
Allows to call the following without heap memory:
- all, any, min, max, sum
TODO: still need to allocate stack memory in bytecode for iter_buf.
2017-02-16 18:38:06 +11:00
..
2016-10-18 09:53:43 +11:00
2017-01-04 16:10:42 +03:00
2015-07-10 11:37:50 +02:00
2016-09-22 00:23:16 +10:00
2015-05-22 09:56:11 +02:00
2017-01-04 16:10:42 +03:00
2017-01-30 12:26:07 +11:00
2017-01-30 12:26:07 +11:00
2017-01-29 02:47:26 +03:00
2015-07-02 16:30:00 +02:00
2016-10-18 09:53:43 +11:00
2017-02-06 11:14:16 +11:00
2016-09-22 00:23:16 +10:00
2017-01-07 19:48:12 +03:00
2016-02-21 22:01:18 +01:00
2017-01-04 16:10:42 +03:00
2015-02-20 16:40:59 +01:00
2017-01-30 12:26:08 +11:00
2017-01-30 12:26:07 +11:00
2017-01-04 16:10:42 +03:00
2015-03-11 22:09:52 +01:00
2017-01-04 16:10:42 +03:00
2016-02-21 21:53:16 +01:00
2017-01-04 16:10:42 +03:00
2015-09-27 01:48:20 +02:00
2017-01-30 12:26:08 +11:00
2015-09-21 22:30:32 +02:00
2015-10-31 19:14:30 +03:00
2015-09-27 16:50:27 +02:00
2017-01-04 16:10:42 +03:00
2015-03-21 11:26:47 +01:00
2017-01-04 16:10:42 +03:00
2015-09-10 07:59:47 +02:00
2017-02-16 18:38:06 +11:00
2015-09-27 11:27:24 +02:00
2017-01-04 16:10:42 +03:00
2015-06-04 10:13:55 +02:00