pixelherodev commented on PR #543:
URL: https://github.com/apache/arrow-go/pull/543#issuecomment-3444269126

   Before:
   
   ```
   BenchmarkIPC/Writer/codec=plain-24            203998      7155 ns/op    8160 
B/op         91 allocs/op
   BenchmarkIPC/Reader/codec=plain-24            171043      6329 ns/op    6131 
B/op         83 allocs/op
   BenchmarkIPC/Writer/codec=zstd-24               4206    316075 ns/op 2338796 
B/op        150 allocs/op
   BenchmarkIPC/Reader/codec=zstd-24              33127     30308 ns/op   25878 
B/op        194 allocs/op
   BenchmarkIPC/Writer/codec=lz4-24               86971     14408 ns/op   13341 
B/op        134 allocs/op
   BenchmarkIPC/Reader/codec=lz4-24               95056     12548 ns/op   10285 
B/op        124 allocs/op
   ```
   
   Current:
   
   ```
   BenchmarkIPC/Writer/codec=plain-24            200580      5762 ns/op    8160 
B/op         91 allocs/op
   BenchmarkIPC/Reader/codec=plain-24            274100      4364 ns/op    5442 
B/op         62 allocs/op
   BenchmarkIPC/Writer/codec=zstd-24               2731    369465 ns/op 2338754 
B/op        150 allocs/op
   BenchmarkIPC/Reader/codec=zstd-24              47542     25236 ns/op   25122 
B/op        171 allocs/op
   BenchmarkIPC/Writer/codec=lz4-24              103572     10842 ns/op   12689 
B/op        134 allocs/op
   BenchmarkIPC/Reader/codec=lz4-24              137494      8809 ns/op    9299 
B/op        101 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]

Reply via email to