Re: A simple benchmark on Java implementation

2017-09-15 Thread Gonzalo Ortiz Jaureguizar
Yeah... I said "you can found it here" but forgot to add the link. My bad. You can found it here . 2017-09-15 15:33 GMT+02:00 Wes McKinney : > hi Gonzalo, > > This is interesting, thank you. Do you have code available to reproduce > these results? > > - Wes >

Re: A simple benchmark on Java implementation

2017-09-15 Thread Wes McKinney
hi Gonzalo, This is interesting, thank you. Do you have code available to reproduce these results? - Wes On Fri, Sep 15, 2017 at 9:28 AM, Gonzalo Ortiz Jaureguizar < golthir...@gmail.com> wrote: > I forgot to say that test were executed on my Ubuntu 17.04 laptop on > Oracle JDK 1.8.0_144-b01. >

Re: A simple benchmark on Java implementation

2017-09-15 Thread Gonzalo Ortiz Jaureguizar
I forgot to say that test were executed on my Ubuntu 17.04 laptop on Oracle JDK 1.8.0_144-b01. 2017-09-15 13:21 GMT+02:00 Gonzalo Ortiz Jaureguizar : > Hi there, > > I have created a little JMH test to check the Arrow performance. You can > found it here. The idea is to test an API with implement

A simple benchmark on Java implementation

2017-09-15 Thread Gonzalo Ortiz Jaureguizar
Hi there, I have created a little JMH test to check the Arrow performance. You can found it here. The idea is to test an API with implementations on heap arrays, nio buffers (that follow the arrow format) and Arrow. At this moment the API only supports nullable int buffers and contains read only m