mapleFU commented on PR #35731: URL: https://github.com/apache/arrow/pull/35731#issuecomment-1561004727
On my MacOS with Release(O2): ``` ---------------------------------------------------------------------------------------- Benchmark Time CPU Iterations UserCounters... ---------------------------------------------------------------------------------------- BM_CountHash<Int32Type> 7318 ns 7309 ns 88867 items_per_second=140.096M/s BM_CountHash<Int64Type> 6120 ns 6099 ns 112450 items_per_second=167.886M/s BM_CountHash<FloatType> 6574 ns 6507 ns 104999 items_per_second=157.375M/s BM_CountHash<DoubleType> 6732 ns 6726 ns 103284 items_per_second=152.254M/s BM_BatchCountHash<Int32Type> 2854 ns 2850 ns 245992 items_per_second=359.34M/s BM_BatchCountHash<Int64Type> 2640 ns 2639 ns 265086 items_per_second=388.007M/s BM_BatchCountHash<FloatType> 3151 ns 3149 ns 226064 items_per_second=325.222M/s BM_BatchCountHash<DoubleType> 2993 ns 2987 ns 235524 items_per_second=342.78M/s BM_InsertHash 22694 ns 22676 ns 31097 items_per_second=45.1588M/s BM_InsertHash 23941 ns 23438 ns 31044 items_per_second=43.6899M/s BM_BatchInsertHash 23246 ns 23079 ns 30079 items_per_second=44.3696M/s BM_BatchInsertHash 23125 ns 23057 ns 30729 items_per_second=44.4115M/s BM_FindHash 17945 ns 17734 ns 39837 items_per_second=57.7415M/s BM_FindHash 17298 ns 17284 ns 39557 items_per_second=59.2463M/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]
