Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| en:toolworks:docs:apparatus:iterating [2022/05/01 07:32] – vladius | en:toolworks:docs:apparatus:iterating [2022/06/05 12: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 | + | You will basically need to iterate all of the Proxies collected |
| through the corresponding [[appi> | through the corresponding [[appi> | ||
| within each Chunk iterate all of its Subjects-containing Slots. | within each Chunk iterate all of its Subjects-containing Slots. | ||
| Line 113: | Line 113: | ||
| </ | </ | ||
| - | Please note however, that this approach is totally manual, and doesn' | + | Please note however, that this approach is totally manual, and doesn' |
| 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: | ||
| </ | </ | ||
| - | Iterating the Chunks directly (via Proxies) can introduce a certain performance boost as compared to normal iterating and [[en: | + | Iterating the Chunks directly (via Proxies) can introduce a certain performance boost as compared to normal iterating and [[en: |