Age | Commit message (Collapse) | Author |
|
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
|
|
Previously the use of `range(start,stop,step)` caused an allocation.
Replace with while loop.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
|
|
Saves 71 bytes of bytecode.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
|
|
This makes fill() about 7x faster (PYBV11 and PYBD_SF6) for the cost of +40
bytes of bytecode (or 120 bytes text).
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
|
|
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
|