pixelherodev commented on PR #563: URL: https://github.com/apache/arrow-go/pull/563#issuecomment-3502910615
Before: ``` BenchmarkIPC/Writer/codec=plain-24 201799 5907 ns/op 8160 B/op 91 allocs/op BenchmarkIPC/Reader/codec=plain-24 245958 5379 ns/op 5995 B/op 76 allocs/op BenchmarkIPC/Writer/codec=zstd-24 3900 312365 ns/op 2338754 B/op 150 allocs/op BenchmarkIPC/Reader/codec=zstd-24 43340 26273 ns/op 25739 B/op 187 allocs/op BenchmarkIPC/Writer/codec=lz4-24 107146 11394 ns/op 12859 B/op 134 allocs/op BenchmarkIPC/Reader/codec=lz4-24 122874 9815 ns/op 9948 B/op 117 allocs/op ``` After: ``` BenchmarkIPC/Writer/codec=plain-24 182833 6042 ns/op 8152 B/op 90 allocs/op BenchmarkIPC/Reader/codec=plain-24 253102 5157 ns/op 5986 B/op 74 allocs/op BenchmarkIPC/Writer/codec=zstd-24 3471 334912 ns/op 2338755 B/op 149 allocs/op BenchmarkIPC/Reader/codec=zstd-24 44372 26691 ns/op 25734 B/op 185 allocs/op BenchmarkIPC/Writer/codec=lz4-24 104529 11472 ns/op 12766 B/op 133 allocs/op BenchmarkIPC/Reader/codec=lz4-24 113907 9676 ns/op 9931 B/op 115 allocs/op ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
