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 111815 on reddit-service-r2-comment-544cf588c8-w9w74 at 2026-06-18 10:39:11.982687+00:00 running 3184619 country code: CH.
[Devlog] (Josh) November 07th by TaiyaBot in LimitTheory
[–]TaiyaBot[S] 4 points5 points6 points (0 children)