mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
5c41653364
Looking at the code as a whole, we ended up with a little to much "buttons". It turns out that doing case insensitive matching (lower both pattern and strings to match) performs just fine. Or at least, it gives the penalty to the people who uses mixed case filenames. ``` GetGlob/Default_cache-10 10.6ns ± 2% 10.6ns ± 1% ~ (p=0.657 n=4+4) GetGlob/Filenames_cache,_lowercase_searchs-10 10.6ns ± 2% 10.6ns ± 0% ~ (p=1.000 n=4+4) GetGlob/Filenames_cache,_mixed_case_searchs-10 29.7ns ± 1% 29.6ns ± 1% ~ (p=0.886 n=4+4) GetGlob/GetGlob-10 13.7ns ± 1% 13.7ns ± 0% ~ (p=0.429 n=4+4) name old alloc/op new alloc/op delta GetGlob/Default_cache-10 0.00B 0.00B ~ (all equal) GetGlob/Filenames_cache,_lowercase_searchs-10 0.00B 0.00B ~ (all equal) GetGlob/Filenames_cache,_mixed_case_searchs-10 5.00B ± 0% 5.00B ± 0% ~ (all equal) GetGlob/GetGlob-10 0.00B 0.00B ~ (all equal) name old allocs/op new allocs/op delta GetGlob/Default_cache-10 0.00 0.00 ~ (all equal) GetGlob/Filenames_cache,_lowercase_searchs-10 0.00 0.00 ~ (all equal) GetGlob/Filenames_cache,_mixed_case_searchs-10 1.00 ± 0% 1.00 ± 0% ~ (all equal) GetGlob/GetGlob-10 ``` |
||
---|---|---|
.. | ||
files | ||
glob | ||
createcounting_fs.go | ||
decorators.go | ||
fileinfo.go | ||
fileinfo_test.go | ||
filename_filter_fs.go | ||
filename_filter_fs_test.go | ||
filter_fs.go | ||
filter_fs_test.go | ||
fs.go | ||
fs_test.go | ||
glob.go | ||
glob_test.go | ||
hasbytes_fs.go | ||
hashing_fs.go | ||
hashing_fs_test.go | ||
language_merge.go | ||
noop_fs.go | ||
nosymlink_fs.go | ||
nosymlink_test.go | ||
rootmapping_fs.go | ||
rootmapping_fs_test.go | ||
slice_fs.go | ||
stacktracer_fs.go | ||
walk.go | ||
walk_test.go |