Page 1 of 1

LogisticSection::filters should work on constant combinators

Posted: Thu Jul 09, 2026 5:20 am
by MeteorSwarm
At the moment, LogisticSection::filters does not return any values or change any values when applied to a constant combinator. This means that LogisticSection::set_slot() is the only method of writing data to the output of a constant combinator, which performs poorly when done over for many signals. This makes Muluna's telescope combinator perform worse than I suspect is necessary. If LogisticSection::filters can not be made accessible to constant combinator circuit sections, another method of assigning large numbers of signals to a constant combinator should be added.

The below performance trace shows the on_tick behavior of Muluna's telescope. get_telescope_combinator_signals gathers information of space platforms orbiting the planet the telescope is on, and each gray box to the right of it is a separate call of LogisticSection::get_slot().
07-08-2026, 22-18-35.png
07-08-2026, 22-18-35.png (51.22 KiB) Viewed 178 times

Re: LogisticSection::filters should work on constant combinators

Posted: Thu Jul 09, 2026 6:23 am
by boskid
Which part does not work?

07-09-2026, 08-19-36.png
07-09-2026, 08-19-36.png (162.96 KiB) Viewed 153 times
07-09-2026, 08-21-34.png
07-09-2026, 08-21-34.png (116.21 KiB) Viewed 153 times