Or hidden cost of non-obvious abstractions.
interesting. And what do you think about LOAD_GLOBAL and the GIL nature of Python? do you think it also contributes to the overall sluggishness ?
Sure, but it's not related to syntactic sugar. Also, "sluggishness" exists only relative to something else and having GIL certainly does not help with parallel processing compared to execution environments without it :)
interesting. And what do you think about LOAD_GLOBAL and the GIL nature of Python? do you think it also contributes to the overall sluggishness ?
Sure, but it's not related to syntactic sugar. Also, "sluggishness" exists only relative to something else and having GIL certainly does not help with parallel processing compared to execution environments without it :)