79757225

Date: 2025-09-05 23:18:23
Score: 0.5
Natty:
Report link

You can construct it as an array of tuples and use the array builder syntax to see if that works faster. Something like:

im_arr = [(1 - (r[x] / 10813),)*im_elev[x] for x in r_sorted]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Richard