Heya folks, I've been reading about underlying technologies we might use to improve coprocessors, with an eye towards a long term goal of better isolating them.
Today I started reading about Apache Arrow, which is a data format and support library that has a focus on in-memory perf. (in particular they claim their libs are all zero-copy.) Their main website[1] calls out Apache HBase as a use case and our community as backers. I can't find anything in our code base though, anyone know of any previous or ongoing efforts? [1]: http://arrow.apache.org/
