Asking the stupid question here, but why create a new Apache project for this?<p>Apache Arrow seems to be targeting the use of SIMD which is a very JVM/Runtime dependent feature. If the runtime can't detect this out-of-the-box then create recognized method or some sort of intrinsic to coax the runtime to SIMD-ize the operation.<p>I understand the performance gains of this but why not add this functionality to existing projects like Parquet or HTable etc...<p>This just comes to mind: <a href="https://xkcd.com/927/" rel="nofollow">https://xkcd.com/927/</a>