What is Nostr?
John-Mark Gurney /
npub1d83…2cvu
2024-07-01 19:22:14

John-Mark Gurney on Nostr: Thinks of improving sha256 so that it can process multiple files at once via ...

Thinks of improving sha256 so that it can process multiple files at once via threading, then remembers xargs exists.

initial:
```
sha256 */data.bin | sort -k 4
```

improved:
```
ls */data.bin | xargs -L 1 -P 6 sha256 | sort -k 4
```
Author Public Key
npub1d83cnaw8g8dlycravrers5ywmh0gau63ccrqhpvn9w8vks4cs43q752cvu