TODO: update TODO

Continuing to use pread/pwrite since we'll probably be dealing a
lot with random fragmented files. The rest that were removed have
been dealt with.
This commit is contained in:
snow flurry 2020-11-16 22:58:07 -08:00
parent cfc1f19ec6
commit c078497b40
1 changed files with 0 additions and 4 deletions

4
TODO
View File

@ -1,5 +1 @@
Implement randomness (xorshift? https://www.jstatsoft.org/article/view/v008i14)
Config parser (config.c)
Do the actual corrupty things
Use fopen(3) and friends instead of open(2)