Post Reply 
Python Speed
04-22-2021, 06:26 PM
Post: #6
RE: Python Speed
Changing

Code:
pixon(0,x1,230-y1,65280)

to

Code:
pixon(0,x1,230-y1,eval("rgb(0,255,0)"))

made the runtime go from 0.92 seconds to 4.37 seconds!

Tom L
Cui bono?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Python Speed - toml_12953 - 04-21-2021, 07:34 AM
RE: Python Speed - robmio - 04-21-2021, 12:05 PM
RE: Python Speed - toml_12953 - 04-21-2021, 01:46 PM
RE: Python Speed - robve - 04-21-2021, 03:14 PM
RE: Python Speed - Xorand - 04-21-2021, 05:10 PM
RE: Python Speed - toml_12953 - 04-22-2021 06:26 PM
RE: Python Speed - Guenter Schink - 04-22-2021, 06:41 PM



User(s) browsing this thread: 1 Guest(s)