pitrou commented on PR #12055: URL: https://github.com/apache/arrow/pull/12055#issuecomment-1098150930
On my computer, the Python benchmark posted on ARROW-11989 goes from this: ``` Time to access example at i=0% : 5.3μs Time to access example at i=10% : 4.0μs Time to access example at i=20% : 5.5μs Time to access example at i=30% : 7.1μs Time to access example at i=40% : 8.6μs Time to access example at i=50% : 10.0μs Time to access example at i=60% : 12.8μs Time to access example at i=70% : 13.6μs Time to access example at i=80% : 15.2μs Time to access example at i=90% : 16.8μs ``` to this: ``` Time to access example at i=0% : 4.3μs Time to access example at i=10% : 1.8μs Time to access example at i=20% : 1.7μs Time to access example at i=30% : 1.6μs Time to access example at i=40% : 1.6μs Time to access example at i=50% : 1.4μs Time to access example at i=60% : 1.6μs Time to access example at i=70% : 1.7μs Time to access example at i=80% : 1.9μs Time to access example at i=90% : 1.9μ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]
