loop/sweepbatcher
Boris Nagaev 2c38de121c
sweepbatcher: always enabled mixed batches
Mixed batches approach covers the case where all the inputs are cooperative
(function publishBatchCoop) and it is better than fully non-cooperative case
(function publishBatch), but it can also create such transaction if needed, i.e.
if all the sweeps are non-cooperative. So we can remove functions publishBatch,
publishBatchCoop, option WithMixedBatch and associated code in greedy batch
selection algorithm.
2025-02-05 15:16:57 -03:00
..
greedy_batch_selection.go sweepbatcher: always enabled mixed batches 2025-02-05 15:16:57 -03:00
greedy_batch_selection_test.go sweepbatcher: always enabled mixed batches 2025-02-05 15:16:57 -03:00
log.go sweepbatcher: fix too long lines 2024-05-29 12:17:18 -03:00
store.go sweepbatcher/store: remove unused field clock 2024-08-13 09:20:31 -03:00
store_mock.go Revert "sweepbatcher/StoreMock: load LoopOut from loopdb" 2024-05-31 12:28:02 -03:00
sweep_batch.go sweepbatcher: always enabled mixed batches 2025-02-05 15:16:57 -03:00
sweep_batcher.go sweepbatcher: always enabled mixed batches 2025-02-05 15:16:57 -03:00
sweep_batcher_test.go sweepbatcher: always enabled mixed batches 2025-02-05 15:16:57 -03:00