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
Next revision
Previous revision
en:toolworks:docs:apparatus:iterating [2022/05/01 10:32] vladiusen:toolworks:docs:apparatus:iterating [2022/06/05 15:26] (current) – Пофиксил ссылки, чтобы они указывали на существующую страницу. jispar
Line 95: Line 95:
  
 If you want to iterate the Chunks directly you can utilize the Chunks Proxies. If you want to iterate the Chunks directly you can utilize the Chunks Proxies.
-You will basically need to iterate all of the received Proxies that were collected+You will basically need to iterate all of the Proxies collected
 through the corresponding [[appi>class_a_mechanism.html#ae72188d973bed3d8484dc5ab87e5e1e1|Enchain]] method and through the corresponding [[appi>class_a_mechanism.html#ae72188d973bed3d8484dc5ab87e5e1e1|Enchain]] method and
 within each Chunk iterate all of its Subjects-containing Slots. within each Chunk iterate all of its Subjects-containing Slots.
Line 113: Line 113:
 </code> </code>
  
-Please note however, that this approach is totally manual, and doesn't perform any iterating-time logic like 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