hugo/commands
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
..
commandeer.go Add a HTTP cache for remote resources. 2024-06-04 16:07:39 +02:00
commands.go all: Rework page store, add a dynacache, improve partial rebuilds, and some general spring cleaning 2024-01-27 16:28:14 +01:00
config.go completion: Improve existing argument completions, add many more 2024-04-11 15:34:26 +02:00
convert.go completion: Improve existing argument completions, add many more 2024-04-11 15:34:26 +02:00
deploy.go completion: Improve existing argument completions, add many more 2024-04-11 15:34:26 +02:00
deploy_off.go all: Rework page store, add a dynacache, improve partial rebuilds, and some general spring cleaning 2024-01-27 16:28:14 +01:00
env.go completion: Improve existing argument completions, add many more 2024-04-11 15:34:26 +02:00
gen.go commands: Add gen chromastyles --lineNumbersTableStyle flag 2024-04-20 12:25:28 +02:00
helpers.go all: Rework page store, add a dynacache, improve partial rebuilds, and some general spring cleaning 2024-01-27 16:28:14 +01:00
hugo_windows.go all: Rework page store, add a dynacache, improve partial rebuilds, and some general spring cleaning 2024-01-27 16:28:14 +01:00
hugobuilder.go Add css.TailwindCSS 2024-06-25 15:48:02 +02:00
import.go completion: Improve existing argument completions, add many more 2024-04-11 15:34:26 +02:00
list.go commands: Improve list command 2024-05-22 19:50:58 +02:00
mod.go commands: Fix hugo mod get -u ./... 2024-07-06 15:38:21 +02:00
new.go commands: Clarify that create or install a theme are two options 2024-04-25 14:38:22 +02:00
release.go completion: Improve existing argument completions, add many more 2024-04-11 15:34:26 +02:00
server.go Use xxHash for the change detector 2024-07-06 16:57:16 +02:00