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
glob modules: Add config option modules.vendorClosest 2021-02-16 16:30:01 +01:00
createcounting_fs.go
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
fs.go
fs_test.go Misc config loading fixes 2021-06-14 17:00:32 +02:00
glob.go
glob_test.go hugofs: Make FileMeta a struct 2021-07-15 17:14:26 +02:00
hashing_fs.go
hashing_fs_test.go
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
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
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