Commit Graph

2 Commits (1a32606a7438f47fac202bd7c10c759109f6a5d7)

Author SHA1 Message Date
Dustin 1a32606a74 Implement random writing
Finally, the functional program. Random bytes are now collected by the
main thread at the start of each iteration. Worker threads repeatedly
write the data to disk. On each iteration, the size of the data is
doubled, up to a maximum size of 32 megabytes. When the program
terminates, the generated files are removed.
2017-09-07 22:28:00 -05:00
Dustin 5b022693b0 Initial commit
This is the first working version with proper thread synchronization.
2017-09-07 18:30:04 -05:00