Improve vectorised writer

This commit is contained in:
世界 2023-12-14 17:42:52 +08:00
parent edd320c3a8
commit 2e36fa6849
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
13 changed files with 432 additions and 55 deletions

View file

@ -18,4 +18,4 @@ lint_install:
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
test:
go test -v ./...
go test $(shell go list ./... | grep -v /internal/)