cheat/internal/sheets
Chris Allen Lane 484b447391 perf(Sheets): do not walk hidden directories
Modify `Sheets.Load` to not walk hidden directories like `.git`. This
optimization can potentially prevent thousands of system calls from
being made, because `.git` directories can contain many files.
2022-08-04 20:43:42 -04:00
..
consolidate.go Re-wrote from scratch in Golang 2019-10-20 10:02:28 -04:00
consolidate_test.go Re-wrote from scratch in Golang 2019-10-20 10:02:28 -04:00
filter.go Re-wrote from scratch in Golang 2019-10-20 10:02:28 -04:00
filter_test.go Re-wrote from scratch in Golang 2019-10-20 10:02:28 -04:00
load.go perf(Sheets): do not walk hidden directories 2022-08-04 20:43:42 -04:00
load_test.go feat(tests): add unit-tests 2020-11-11 19:33:31 -05:00
sort.go Re-wrote from scratch in Golang 2019-10-20 10:02:28 -04:00
sort_test.go Re-wrote from scratch in Golang 2019-10-20 10:02:28 -04:00
tags.go feat: implements --tags 2019-11-14 21:56:11 -05:00
tags_test.go Fixing "cheetsheet" typo in tags_test.go 2020-08-21 15:45:49 +01:00