mirror of
https://github.com/kopia/kopia.git
synced 2026-03-16 21:28:15 -04:00
- parallelized os.Lstat() x 16 (dramatically improves speed) - discarded unused portions of os.FileInfo (uses 60% less RAM on macOS) BEFORE: 10:47:03.670 [kopia/localfs] listed 200000 entries in 43.871211686s using 79126528 bytes of heap After: 10:49:12.439 [kopia/localfs] listed 200000 entries in 1.953018184s using 30515200 bytes of heap