mapleFU commented on PR #40876: URL: https://github.com/apache/arrow/pull/40876#issuecomment-2026528318
Before: ``` BM_PlainDecodingBoolean/1024 249 ns 249 ns 2809214 bytes_per_second=3.82556G/s BM_PlainDecodingBoolean/4096 600 ns 600 ns 1164784 bytes_per_second=6.36244G/s BM_PlainDecodingBoolean/32768 3858 ns 3853 ns 181202 bytes_per_second=7.91948G/s BM_PlainDecodingBoolean/65536 7524 ns 7517 ns 93990 bytes_per_second=8.11909G/s BM_PlainDecodingBooleanToBitmap/1024 7101 ns 7095 ns 97939 bytes_per_second=137.642M/s BM_PlainDecodingBooleanToBitmap/4096 27520 ns 27510 ns 25488 bytes_per_second=141.994M/s BM_PlainDecodingBooleanToBitmap/32768 219035 ns 218869 ns 3197 bytes_per_second=142.779M/s BM_PlainDecodingBooleanToBitmap/65536 439026 ns 438836 ns 1598 bytes_per_second=142.422M/s ``` After: ``` BM_PlainDecodingBoolean/1024 248 ns 248 ns 2820193 bytes_per_second=3.84033G/s BM_PlainDecodingBoolean/4096 610 ns 604 ns 1168361 bytes_per_second=6.31453G/s BM_PlainDecodingBoolean/32768 3817 ns 3815 ns 181765 bytes_per_second=8.00006G/s BM_PlainDecodingBoolean/65536 7483 ns 7478 ns 93656 bytes_per_second=8.16155G/s BM_PlainDecodingBooleanToBitmap/1024 133 ns 133 ns 5271521 bytes_per_second=7.1644G/s BM_PlainDecodingBooleanToBitmap/4096 139 ns 139 ns 5047009 bytes_per_second=27.3761G/s BM_PlainDecodingBooleanToBitmap/32768 192 ns 192 ns 3691555 bytes_per_second=159.17G/s BM_PlainDecodingBooleanToBitmap/65536 253 ns 253 ns 2845413 bytes_per_second=241.105G/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]
