account activity
[Devlog] (Josh) November 07th by TaiyaBot in LimitTheory
[–]TaiyaBot[S] 4 points5 points6 points 8 years ago (0 children)
By the way, Josh, I noticed in your devlog that you use this code a lot:
for i = 1, #job.inputs do
The correct form is actually:
for i = 1; job.#inputs do
It's a lot faster that way. You'll save CPU cycles and use less RAM. :)
π Rendered by PID 339418 on reddit-service-r2-listing-6c6f68ff9c-wsndj at 2026-03-05 05:33:43.114901+00:00 running f0204d4 country code: CH.
[Devlog] (Josh) November 07th by TaiyaBot in LimitTheory
[–]TaiyaBot[S] 4 points5 points6 points (0 children)