Re: [E-devel] eina_str_split an order of magnitude slower than clojure.string.split

2012-04-16 Thread Michael Blumenkrantz
On Tue, 17 Apr 2012 10:36:38 +0900 Carsten Haitzler (The Rasterman) wrote: > On Tue, 17 Apr 2012 00:18:02 +0200 Cedric BAIL said: > > > On Mon, Apr 16, 2012 at 7:47 PM, Gustavo Sverzut Barbieri > > wrote: > > > On Sun, Apr 15, 2012 at 2:06 AM, Daniel Fitzpatrick > > > wrote: > > >> In messing

Re: [E-devel] eina_str_split an order of magnitude slower than clojure.string.split

2012-04-16 Thread The Rasterman
On Tue, 17 Apr 2012 00:18:02 +0200 Cedric BAIL said: > On Mon, Apr 16, 2012 at 7:47 PM, Gustavo Sverzut Barbieri > wrote: > > On Sun, Apr 15, 2012 at 2:06 AM, Daniel Fitzpatrick > > wrote: > >> In messing around with creating Clojure bindings for the EFL, I decided to > >> do some performance b

Re: [E-devel] eina_str_split an order of magnitude slower than clojure.string.split

2012-04-16 Thread Cedric BAIL
On Mon, Apr 16, 2012 at 7:47 PM, Gustavo Sverzut Barbieri wrote: > On Sun, Apr 15, 2012 at 2:06 AM, Daniel Fitzpatrick > wrote: >> In messing around with creating Clojure bindings for the EFL, I decided to >> do some performance benchmarks on the low hanging fruit.  Since we're going >> through a

Re: [E-devel] eina_str_split an order of magnitude slower than clojure.string.split

2012-04-16 Thread Gustavo Sverzut Barbieri
On Sun, Apr 15, 2012 at 2:06 AM, Daniel Fitzpatrick wrote: > In messing around with creating Clojure bindings for the EFL, I decided to > do some performance benchmarks on the low hanging fruit.  Since we're going > through a binding layer (the JNA), I wanted something from the > clojure-world whi