hugo/hugofs
Bjørn Erik Pedersen fb8909d5b0
Use xxHash for the change detector
Much faster compared to MD5:

```
name          old time/op    new time/op    delta
HashingFs-10    21.3µs ± 2%     3.2µs ±17%  -84.96%  (p=0.029 n=4+4)

name          old alloc/op   new alloc/op   delta
HashingFs-10    12.9kB ± 0%    12.8kB ± 1%   -1.31%  (p=0.029 n=4+4)

name          old allocs/op  new allocs/op  delta
HashingFs-10      10.0 ± 0%       7.0 ± 0%  -30.00%  (p=0.029 n=4+4)
```

Updates #12643
2024-07-06 16:57:16 +02:00
..
files
glob
component_fs.go
createcounting_fs.go
decorators.go
dirsmerger.go
fileinfo.go
fileinfo_test.go
filename_filter_fs.go
filename_filter_fs_test.go
fs.go
fs_test.go
glob.go
glob_test.go
hasbytes_fs.go Implement defer 2024-06-23 11:25:47 +02:00
hashing_fs.go Use xxHash for the change detector 2024-07-06 16:57:16 +02:00
hashing_fs_test.go Use xxHash for the change detector 2024-07-06 16:57:16 +02:00
noop_fs.go
openfiles_fs.go
rootmapping_fs.go Implement defer 2024-06-23 11:25:47 +02:00
rootmapping_fs_test.go
stacktracer_fs.go
walk.go
walk_test.go