Compile format strings at New instead of re-scanning them on every render

This commit is contained in:
lilleman
2026-08-27 23:09:35 +02:00
committed by lilleman-tw
parent 5282f37a59
commit ab9846c2ff
8 changed files with 202 additions and 46 deletions
+4
View File
@@ -32,6 +32,10 @@ services:
<<: *go
command: go test -cover ./...
bench:
<<: *go
command: go test -run XXX -bench . -benchmem ./...
vet:
<<: *go
command: go vet ./...