LUMIERA.clone/tests/vault/gear
Ichthyostega 2977076b7f Block-Flow: switch to using the reworked config
BUT -> +50% runtime in -O3  (+20ns)

Investigation seems to indicate
 - that the increased (+1 Epochs, 10 -> 11) moving average
   caused the Algo to perform worse (strong effect)
 - that the Optimiser has problems with boost::rational, which however
   yields only a minute effect (+5ns), and only on the critical path

The access via Meyers Singleton has no adverse effect,
rather the new setup gives a tiny benefit (46ns -> 37ns).
Surprisingly, the increased pre-allocation has no observable effect.
2023-07-20 21:47:18 +02:00
..
activity-detector-test.cpp Block-Flow: define next steps to construct 2023-07-13 01:51:21 +02:00
activity-detector.hpp Block-Flow: define next steps to construct 2023-07-13 01:51:21 +02:00
block-flow-test.cpp Block-Flow: switch to using the reworked config 2023-07-20 21:47:18 +02:00
scheduler-activity-test.cpp Block-Flow: define next steps to construct 2023-07-13 01:51:21 +02:00
scheduler-commutator-test.cpp Scheduler: investigate modes of operation 2023-07-03 18:40:37 +02:00
scheduler-invocation-test.cpp Scheduler: investigate modes of operation 2023-07-03 18:40:37 +02:00
scheduler-usage-test.cpp Scheduler: investigate modes of operation 2023-07-03 18:40:37 +02:00