Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: always include
ignore_files
in data (#1360)
Found out just last night that querying a data path that isn't found is treated as `error` by the storage module, and as such a source of allocations. So let's avoid it where we can. ``` Before 3519103080 B/op 69457852 allocs/op After 3508152464 B/op 69203795 allocs/op ``` Signed-off-by: Anders Eknert <[email protected]>
- Loading branch information