Parallel directory traversal in ATS
root
dirwalk
This is an implementation of the parallel directory traversal found here in the ATS documentation, with minor improvements for speed. The chief advantage is that it builds with atspkg.
Building
First, install atspkg
with
$ curl -sSl https://raw.githubusercontent.com/vmchale/atspkg/master/bash/install.sh | bash -s
Then, build & run the executable with
$ atspkg run