zlacker

[parent] [thread] 0 comments
1. ben-sc+(OP)[view] [source] 2019-11-11 01:25:41
Having done a fair amount of python, this is exactly the result I'd expect. `len`, `str` are essentially implemented in C, thus avoiding the massive interpreter overhead compared to a simple loop in python.
[go to top]