shad-go/structtags
2021-04-01 16:44:05 +03:00
..
README.md Fix descriptions and typos 2021-04-01 16:44:05 +03:00
structtags.go Fix descriptions and typos 2021-04-01 16:44:05 +03:00
structtags_test.go Delete Unpacker type 2021-04-01 16:44:05 +03:00

structtags

Ускорьте функцию Unpack().

Ваша функция должна работать быстрее, чем бейзлайн + 20%.

goos: linux
goarch: amd64
pkg: gitlab.com/slon/shad-go/structtags
BenchmarkUnpacker/user-4                    3064            362500 ns/op
BenchmarkUnpacker/user+good+order-4                  663           1799294 ns/op
PASS

Ссылки

  1. sync.Map: https://golang.org/pkg/sync/#Map
  2. reflect.Type: https://golang.org/pkg/reflect/#Type