Significant CPU and syscall performance improvements when iterating large directories

This commit is contained in:
Dane Everitt
2020-08-24 20:45:54 -07:00
parent f82c91afbe
commit a1288565f0
6 changed files with 142 additions and 240 deletions

1
go.mod
View File

@@ -47,6 +47,7 @@ require (
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334
github.com/icza/dyno v0.0.0-20200205103839-49cb13720835
github.com/imdario/mergo v0.3.8
github.com/karrick/godirwalk v1.16.1
github.com/klauspost/compress v1.10.10 // indirect
github.com/klauspost/pgzip v1.2.4
github.com/magefile/mage v1.10.0 // indirect