Commit Graph

7 Commits

Author SHA1 Message Date
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
localhorst 392fe67aa2 updated readme with new screenshot; updated update script 2022-09-27 18:39:21 +02:00
localhorst aa13cde853 updated readme, version and update script 2022-09-27 18:31:45 +02:00
localhorst 17cc41dc5f display human readable timestamp 2022-08-25 12:07:57 +02:00
localhorst 8de45505e4 fix update script 2022-06-29 19:08:43 +02:00
localhorst 0684744bdb update docs 2022-05-17 09:16:58 +02:00
localhorst 42bc26eac9 added deployment scripts 2022-05-17 07:43:26 +02:00