]> Cypherpunks repositories - keks.git/commit
Less pointers
authorSergey Matveev <stargrave@stargrave.org>
Thu, 12 Dec 2024 09:40:33 +0000 (12:40 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 12 Dec 2024 09:42:03 +0000 (12:42 +0300)
commit22fff1b9abc943b4123732940a0e05960d45fb5b455d3133c379538cc5578647
tree2ccbcf3ac3027e26cf29226868cf7b680291a226cf29a89ec2bef73d4fbab7bf
parent77d8ee35d21e53e4548ac026ec92f148b2083888af03c6f522f0b297daef3500
Less pointers

Item, Raw, Blob are rather small structures, so an additional pointer
may hurt performance.
12 files changed:
gyac/atom/dec.go
gyac/atom/enc.go
gyac/blob.go
gyac/cmd/test-vector-anys/main.go
gyac/cmd/test-vector-manual/main.go
gyac/dec.go
gyac/enc.go
gyac/fromgo.go
gyac/fuzz_test.go
gyac/mapstruct/dec.go
gyac/togo.go
gyac/yacpki/signed-data.go