Results 95 comments of Aldrin M

> I'm now linking to c++ from python/java/R docs which is not ideal, but duplicating text is not either. Any thoughts? IMO, I would think there should be a common...

The code snippet could potentially be moved to a cookbook type thing too?

> What's wrong with linking to the C++ docs? I don't think there's anything wrong with it. I was just thinking through alternatives since Rok didn't seem to like it....

options that make the most sense to me are: 1. make a new page, perhaps under the "development" section? 2. leave the structure as is, and let a PR for...

Assuming [this tab structure](https://sphinx-tabs.readthedocs.io/en/latest/): I like the idea of a tab structure in cases where code snippets are small (or whatever text will go in the tabs), which seems to...

I renamed this PR for ARROW-16945, so that I can track just a 32-bit version for now. Not sure if this will confuse some of the automated issue tracking/associations

> Why 32-bit rather than 64-bit? I think Weston mentioned 32-bit in passing and I just made a semi-arbitrary decision to start there. I plan on following this up with...

Thanks @pitrou , I'll start with that as a base and add benchmarks that use the utilities from key_hash.h (I'll see if these also exist elsewhere). I recently was exposed...

I wanted to update with initial changes to `hashing_benchmark.cc`. To make sure comparisons covered at least a few cases, I decided to add FastHash64, although it is currently very copy...