Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@AntumDeluge AntumDeluge released this 12 Sep 03:23
· 244 commits to master since this release

Changes:

  • Split writing data out into chunks instead of attempting to write the entire file at once
    • Fixes file size limitation
  • Added some progress feedback output
  • Pressing Ctrl-C will close file buffers & exit cleanly
  • Support command-line options:
    • help: show a help message
    • version: show version info
    • chunksize: set chunk write size
    • stdvector: additionally store data in std::vector