Files
reHDD/include
localhorst f0246a60d2 Improve shred throughput with adaptive chunksize (#98)
Measure Throughput
     │
     ▼
throughput > best?
     │
 ┌───┴───┐
YES     NO
 │       │
 │       ▼
 │   currentChunk == bestChunk?
 │       │
 │   ┌───┴───┐
 │  YES     NO
 │   │       │
 │   ▼       ▼
 │ throughput < best?  Nichts tun
 │   │
 │ ┌─┴─┐
 │YES NO
 │ │   │
 │ ▼   ▼
 │UPDATE!
 │BEST!
 │
 ▼
UPDATE
BOTH!

Reviewed-on: #98
Co-authored-by: localhorst <localhorst@mosad.xyz>
Co-committed-by: localhorst <localhorst@mosad.xyz>
2026-05-03 10:06:14 +02:00
..
2025-12-09 21:47:20 +01:00
2024-04-24 22:31:09 +02:00
2025-12-07 17:51:16 +01:00
2026-05-01 15:03:15 +02:00