Commit graph

  • b69a6405c3 Revert "Fix printout accounting" Jon Moroney 2018-02-22 20:15:57 +0100
  • 984fb52758 Fix printout accounting Jon Moroney 2018-02-22 10:33:39 +0100
  • 5141784d49 Normalize prints Jon Moroney 2018-02-21 18:37:06 +0100
  • 7b93296824 Add license Jon Moroney 2018-02-21 15:01:31 +0100
  • 3a69980dec Add release profile options Jon Moroney 2018-02-21 14:22:14 +0100
  • 7c125cd9b6 Update readme Jon Moroney 2018-02-21 11:48:44 +0100
  • 696d840281 Update readme Jon Moroney 2018-02-21 11:47:32 +0100
  • 66fec0d724 Add install instructions Jon Moroney 2018-02-21 11:46:50 +0100
  • 484fc7ef3f Add install instructions Jon Moroney 2018-02-21 11:45:19 +0100
  • 24bd4e401f Update readme Jon Moroney 2018-02-21 09:42:54 +0100
  • cc123100e1 Adjust buffer size Jon Moroney 2018-02-20 19:59:02 +0100
  • a560891323 Remove filebuffer from cargo.toml Jon Moroney 2018-02-20 19:41:16 +0100
  • db4888cd7b Increment version Jon Moroney 2018-02-20 19:39:32 +0100
  • 32eff092a0 Remove unneeded dependencies Jon Moroney 2018-02-20 19:39:00 +0100
  • b515c1feda Using BufReader again with even more speed Jon Moroney 2018-02-20 19:33:15 +0100
  • db1e8ab0bb Testing filebuffer. Need to make memory usage isn't too insane Jon Moroney 2018-02-20 15:19:32 +0100
  • 443b18079c Remove raw thread usage again Jon Moroney 2018-02-20 11:41:38 +0100
  • 4f7bb5ee11 reorder imports Jon Moroney 2018-02-20 10:36:19 +0100
  • e7951c1c6e remove trailing comma Jon Moroney 2018-02-20 10:28:44 +0100
  • 4fdc491096 Add file length to csv Jon Moroney 2018-02-20 10:27:38 +0100
  • f2faa65d3e Revert to a default BufReader. ~1/20 memory usage and it's faster Jon Moroney 2018-02-20 10:18:58 +0100
  • e97b6fe6ec Change unique and shared to reference collections and create them with a single step Jon Moroney 2018-02-20 09:59:23 +0100
  • b9b2e2c88c Update example output Jon Moroney 2018-02-19 16:48:26 +0100
  • 3627ece99a Added a note about how ddh works Jon Moroney 2018-02-19 16:41:28 +0100
  • 5dc5bfe1f9 Change shared identifier to hash instead of first filename Jon Moroney 2018-02-19 16:38:07 +0100
  • 6ee6ace523 back to sequential iter for shared file paths print out to ensure order Jon Moroney 2018-02-19 16:36:54 +0100
  • fa78f9fbcf Update readme Jon Moroney 2018-02-19 15:21:50 +0100
  • 06bb2c318c Update readme, increment minor version. Jon Moroney 2018-02-19 15:18:06 +0100
  • b6f9a2e6c2 Parallel printing (as much as can) Jon Moroney 2018-02-19 15:14:16 +0100
  • 871b7e788d Parallel sorting Jon Moroney 2018-02-19 14:06:40 +0100
  • 7f95bc1820 Bump version number and reduce dependencies Jon Moroney 2018-02-19 13:55:35 +0100
  • cfc6f8b3f3 Bump version number and reduce dependencies Jon Moroney 2018-02-19 13:55:11 +0100
  • a640c13959 Remove old code which was commented out Jon Moroney 2018-02-19 13:54:36 +0100
  • 7c798529b5 Full rayon and fewer data structures Jon Moroney 2018-02-19 13:54:13 +0100
  • 9a5925c831 Cleaner code, but it still could be a little bit better Jon Moroney 2018-02-19 13:10:29 +0100
  • f9874c6e5f Update to rayon 1.0 Jon Moroney 2018-02-19 13:09:53 +0100
  • f59e58d780 New traverse code compiles Jon Moroney 2018-02-19 12:12:19 +0100
  • 454c92ed26 Working on new directory traversal Jon Moroney 2018-02-16 18:11:34 +0100
  • 9f16f8cece Use fn new on Fileinfo Jon Moroney 2018-02-16 17:33:19 +0100
  • f42bc74d1e Prep for cleaner EVERYTHING Jon Moroney 2018-02-16 17:19:02 +0100
  • 407ea09447 canonicalize in csv output Jon Moroney 2018-02-16 17:04:21 +0100
  • d7bc903302 Using ; as the delimiter Jon Moroney 2018-02-16 13:30:46 +0100
  • 871c433077 csv output added Jon Moroney 2018-02-16 13:29:24 +0100
  • ae94df594b Make kilobytes the default Jon Moroney 2018-02-14 11:44:13 +0100
  • a1d6c952ad Lower threadcout to two times cpu count Jon Moroney 2018-02-13 15:40:30 +0100
  • b4aec08560 Added and comment out thread count check Jon Moroney 2018-02-12 14:21:31 +0100
  • 53a4e268b5 Dynamic thread count based on logical cpu count Jon Moroney 2018-02-12 14:14:07 +0100
  • 2f1462bbb1 A bit more parallelism Jon Moroney 2018-02-12 11:47:28 +0100
  • 166c4caa9d Lower default thread count to 32 Jon Moroney 2018-02-12 11:24:00 +0100
  • c49f96523c Increment version and update email Jon Moroney 2018-02-12 10:32:26 +0100
  • 40c21b9cb3 Prep for thread max argument Jon Moroney 2018-02-12 10:31:30 +0100
  • f67b3b55a2 Thread pool now working well Jon Moroney 2018-02-12 10:25:47 +0100
  • ef5b03b930 Channel isn't closing, but I think the thread pool works Jon Moroney 2018-02-11 19:44:14 +0100
  • 3844df72c7 Channels added and threads no longer threading for days Jon Moroney 2018-02-09 15:18:00 +0100
  • bf5d893ec9 Threads for days Jon Moroney 2018-01-12 18:01:34 +0100
  • 4c041f7f4e Bring back adaptive read size Jon Moroney 2018-01-12 14:14:07 +0100
  • 392d1e9243 Removed intermediate variable from match in collect() Jon Moroney 2018-01-11 16:27:54 +0100
  • 8c44345196 Support files as a top level input. This allows ddh /dir/* to work for mixed dir Jon Moroney 2018-01-11 15:59:10 +0100
  • 666cb0ea79 Initial commit to stand alone repo Jon Moroney 2018-01-03 14:07:04 +0100
  • c98dd27419
    Create README.md Jon Moroney 2018-01-03 14:03:54 +0100