hugo/hugofs
Bjørn Erik Pedersen 022c479551
hugofs: Make FileMeta a struct
This commit started out investigating a `concurrent map read write` issue, ending by replacing the map with a struct.

This is easier to reason about, and it's more effective:

```
name                                  old time/op    new time/op    delta
SiteNew/Regular_Deep_content_tree-16    71.5ms ± 3%    69.4ms ± 5%    ~     (p=0.200 n=4+4)

name                                  old alloc/op   new alloc/op   delta
SiteNew/Regular_Deep_content_tree-16    29.7MB ± 0%    27.9MB ± 0%  -5.82%  (p=0.029 n=4+4)

name                                  old allocs/op  new allocs/op  delta
SiteNew/Regular_Deep_content_tree-16      313k ± 0%      303k ± 0%  -3.35%  (p=0.029 n=4+4)
```

See #8749
2021-07-15 17:14:26 +02:00
..
files all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
glob modules: Add config option modules.vendorClosest 2021-02-16 16:30:01 +01:00
createcounting_fs.go Make Page an interface 2019-03-23 18:51:22 +01:00
decorators.go hugofs: Make FileMeta a struct 2021-07-15 17:14:26 +02:00
fileinfo.go hugofs: Make FileMeta a struct 2021-07-15 17:14:26 +02:00
fileinfo_test.go hugofs: Make FileMeta a struct 2021-07-15 17:14:26 +02:00
filter_fs.go hugofs: Make FileMeta a struct 2021-07-15 17:14:26 +02:00
filter_fs_test.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
fs.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
fs_test.go Misc config loading fixes 2021-06-14 17:00:32 +02:00
glob.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
glob_test.go hugofs: Make FileMeta a struct 2021-07-15 17:14:26 +02:00
hashing_fs.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
hashing_fs_test.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
language_composite_fs.go hugofs: Make FileMeta a struct 2021-07-15 17:14:26 +02:00
noop_fs.go build(deps): bump github.com/spf13/afero from 1.4.1 to 1.5.1 2021-01-19 17:25:20 +01:00
nosymlink_fs.go hugofs: Make FileMeta a struct 2021-07-15 17:14:26 +02:00
nosymlink_test.go all: Fix minor typos 2020-12-16 12:11:32 +01:00
rootmapping_fs.go hugofs: Make FileMeta a struct 2021-07-15 17:14:26 +02:00
rootmapping_fs_test.go hugofs: Make FileMeta a struct 2021-07-15 17:14:26 +02:00
slice_fs.go hugofs: Make FileMeta a struct 2021-07-15 17:14:26 +02:00
stacktracer_fs.go Fix assorted typos 2019-08-01 13:55:48 +02:00
walk.go hugofs: Make FileMeta a struct 2021-07-15 17:14:26 +02:00
walk_test.go hugofs: Make FileMeta a struct 2021-07-15 17:14:26 +02:00