Commit Graph

2 Commits

Author SHA1 Message Date
Ian Molee 52373cff45 Update .gitignore; improve documentation
Add the `files` directories to the .gitignore to prevent them from being
committed again. Update the readme with the latest command line options,
and revise method documentation to match implementation.
2024-04-05 05:31:32 -07:00
Ian Molee b6de64cde6 Major refactor: use worker pool
Use a bounded worker pool to prevent creation of hundreds of goroutines
contending for scheduling. Add some tests, a Dockerfile, a Makefile, and
a readme.
2024-04-05 02:03:14 -07:00