en:toolworks:docs:apparatus:iterating

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:toolworks:docs:apparatus:iterating [2022/05/01 10:47] – [Direct Iterating] vladiusen:toolworks:docs:apparatus:iterating [2022/06/05 15:26] (current) – Пофиксил ссылки, чтобы они указывали на существующую страницу. jispar
Line 113: Line 113:
 </code> </code>
  
-Please note however, that this approach is totally manual, and doesn't perform any Iterating-time logic checks like the [[en:toolworks:docs:apparatus:flag|Flagmark]]-matching.+Please note however, that this approach is totally manual, and doesn't perform any Iterating-time logic checks like the [[en:toolworks:docs:apparatus:flagmark|Flagmark]]-matching.
  
 If you're also performing some topology-changing logic within your loops your Subjects can change their Chunks and Slots in an arbitrary way, so perhaps you also have to be checking for Slots to be (non-)stale. If you're also performing some topology-changing logic within your loops your Subjects can change their Chunks and Slots in an arbitrary way, so perhaps you also have to be checking for Slots to be (non-)stale.
Line 125: Line 125:
 </code> </code>
  
-Iterating the Chunks directly (via Proxies) can introduce a certain performance boost as compared to normal iterating and [[en:toolworks:docs:apparatus:ope|Operating]]. That's mainly due to being able to control every aspect of the Iterating by hand and exclude all of the checks unnecessary for your logic. You just have to know exactly what you're doing and trying to achieve as this way is a bit less secure.+Iterating the Chunks directly (via Proxies) can introduce a certain performance boost as compared to normal iterating and [[en:toolworks:docs:apparatus:operating|Operating]]. That's mainly due to being able to control every aspect of the Iterating by hand and exclude all of the checks unnecessary for your logic. You just have to know exactly what you're doing and trying to achieve as this way is a bit less secure.
  • en/toolworks/docs/apparatus/iterating.txt
  • Last modified: 2022/06/05 15:26
  • by jispar