summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Siraaj Khandkar [Fri, 8 Feb 2019 01:34:14 +0000 (20:34 -0500)]
Skip 0-sized files in the shell version
Siraaj Khandkar [Fri, 30 Nov 2018 19:23:44 +0000 (14:23 -0500)]
Fix accidental reporting of singletons
Siraaj Khandkar [Wed, 28 Nov 2018 23:30:35 +0000 (18:30 -0500)]
Handle null-delimited input paths
Siraaj Khandkar [Wed, 28 Nov 2018 22:28:52 +0000 (17:28 -0500)]
Fix statically-defined number of processes
Siraaj Khandkar [Wed, 28 Nov 2018 22:15:50 +0000 (17:15 -0500)]
Add shell-equivalent as an executable script
Siraaj Khandkar [Wed, 28 Nov 2018 22:12:13 +0000 (17:12 -0500)]
Update the shell-equivalent implementation and motivation
Siraaj Khandkar [Wed, 28 Nov 2018 01:26:47 +0000 (20:26 -0500)]
Slightly refactor lord's and vassal's loops
Siraaj Khandkar [Wed, 28 Nov 2018 01:15:00 +0000 (20:15 -0500)]
Remove redundant annotations
Siraaj Khandkar [Tue, 27 Nov 2018 01:39:50 +0000 (20:39 -0500)]
Remove debug statements
Siraaj Khandkar [Tue, 27 Nov 2018 01:36:23 +0000 (20:36 -0500)]
Parallelize file head sampling
Siraaj Khandkar [Tue, 27 Nov 2018 00:48:54 +0000 (19:48 -0500)]
Distinguish between processor and wall times
and report both
Siraaj Khandkar [Mon, 26 Nov 2018 20:57:27 +0000 (15:57 -0500)]
Parallelize file hashing
Siraaj Khandkar [Mon, 26 Nov 2018 05:47:32 +0000 (00:47 -0500)]
Make ignore-pattern a closure
Siraaj Khandkar [Mon, 26 Nov 2018 04:55:09 +0000 (23:55 -0500)]
Count redundant data size
Siraaj Khandkar [Fri, 23 Nov 2018 23:57:37 +0000 (18:57 -0500)]
Improve pipeline and metrics abstractions
Siraaj Khandkar [Thu, 22 Nov 2018 01:13:13 +0000 (20:13 -0500)]
Expand metrics
Siraaj Khandkar [Wed, 21 Nov 2018 22:17:25 +0000 (17:17 -0500)]
Add TODO note for better abstractions
Siraaj Khandkar [Tue, 20 Nov 2018 23:51:08 +0000 (18:51 -0500)]
Use "File", rather than "path", as main abstraction
which will help us accumulate and pass around the collected metadata.
Siraaj Khandkar [Tue, 20 Nov 2018 02:33:30 +0000 (21:33 -0500)]
Sample file heads and skip unique ones
Siraaj Khandkar [Tue, 20 Nov 2018 01:04:25 +0000 (20:04 -0500)]
Refactor CLI options gathering
Siraaj Khandkar [Mon, 19 Nov 2018 04:13:29 +0000 (23:13 -0500)]
Update README
Siraaj Khandkar [Mon, 19 Nov 2018 04:02:36 +0000 (23:02 -0500)]
Skip files with unique and 0 sizes
Thanks @AeroNotix for the idea!
Siraaj Khandkar [Sun, 18 Nov 2018 17:44:04 +0000 (12:44 -0500)]
Add option to ignore filepaths matching a pattern
Siraaj Khandkar [Thu, 15 Nov 2018 01:23:20 +0000 (20:23 -0500)]
Improve names in illustrative script
Siraaj Khandkar [Wed, 14 Nov 2018 20:23:25 +0000 (15:23 -0500)]
Add README and LICENSE
Siraaj Khandkar [Wed, 14 Nov 2018 20:19:16 +0000 (15:19 -0500)]
Tidy-up variant label names
Siraaj Khandkar [Wed, 14 Nov 2018 20:17:55 +0000 (15:17 -0500)]
Support outputting to files in a directory
Siraaj Khandkar [Wed, 14 Nov 2018 19:04:08 +0000 (14:04 -0500)]
Quote outputted paths
Siraaj Khandkar [Wed, 14 Nov 2018 18:02:24 +0000 (13:02 -0500)]
Handle multiple root directories
Siraaj Khandkar [Wed, 14 Nov 2018 17:42:56 +0000 (12:42 -0500)]
Rename Directory to Directory_tree
Siraaj Khandkar [Wed, 14 Nov 2018 17:39:31 +0000 (12:39 -0500)]
Fix indentation
Siraaj Khandkar [Wed, 14 Nov 2018 17:34:13 +0000 (12:34 -0500)]
Handle directories with no regular-file children
i.e. keep exploring child directories when no files remain to process
Siraaj Khandkar [Wed, 14 Nov 2018 16:48:33 +0000 (11:48 -0500)]
Handle root path missing or not a directory
Siraaj Khandkar [Wed, 14 Nov 2018 16:38:59 +0000 (11:38 -0500)]
Invert abstractions
Siraaj Khandkar [Wed, 14 Nov 2018 16:19:36 +0000 (11:19 -0500)]
Rename dupfiles to dups
Siraaj Khandkar [Wed, 14 Nov 2018 16:16:32 +0000 (11:16 -0500)]
Make a clean executable name
Siraaj Khandkar [Wed, 14 Nov 2018 16:06:40 +0000 (11:06 -0500)]
Report total number of files and execution time
Siraaj Khandkar [Wed, 14 Nov 2018 15:57:56 +0000 (10:57 -0500)]
Implement recursive directory walk stream
to avoid the issue with newlines when accepting file paths on stdin.
Siraaj Khandkar [Wed, 14 Nov 2018 14:08:34 +0000 (09:08 -0500)]
Initial prototype
works mostly smoothly, except one problem: because we treat each input
line as a filename - the filenames which contain newline characters are
seen as multiple filenames which do not exist.
Siraaj Khandkar [Wed, 14 Nov 2018 13:59:39 +0000 (08:59 -0500)]
Root commit
This page took 0.044718 seconds and 4 git commands to generate.