mapleFU commented on PR #45622: URL: https://github.com/apache/arrow/pull/45622#issuecomment-2681404571
On my MacOS: After: ``` BM_ArrowBinaryDeltaLength/DL_DecodeArrow_Dense/1024 1803 ns 1794 ns 366634 bytes_per_second=3.27674G/s items_per_second=570.698M/s BM_ArrowBinaryDeltaLength/DL_DecodeArrow_Dense/4096 5502 ns 5453 ns 129056 bytes_per_second=4.21124G/s items_per_second=751.186M/s BM_ArrowBinaryDeltaLength/DL_DecodeArrow_Dense/32768 39024 ns 38960 ns 17944 bytes_per_second=4.68932G/s items_per_second=841.076M/s BM_ArrowBinaryDeltaLength/DL_DecodeArrow_Dense/65536 76109 ns 76037 ns 9217 bytes_per_second=4.79637G/s items_per_second=861.897M/s ``` Before: ``` BM_ArrowBinaryDeltaLength/DL_DecodeArrow_Dense/1024 11620 ns 10801 ns 55154 bytes_per_second=557.395M/s items_per_second=94.8042M/s BM_ArrowBinaryDeltaLength/DL_DecodeArrow_Dense/4096 51641 ns 51339 ns 13196 bytes_per_second=458.007M/s items_per_second=79.7829M/s BM_ArrowBinaryDeltaLength/DL_DecodeArrow_Dense/32768 479142 ns 459910 ns 1550 bytes_per_second=406.772M/s items_per_second=71.2488M/s BM_ArrowBinaryDeltaLength/DL_DecodeArrow_Dense/65536 963371 ns 929585 ns 759 bytes_per_second=401.743M/s items_per_second=70.5003M/s ``` -- 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]
