On Jan 17, 5:43 pm, Sam Ritchie <[email protected]> wrote: > Update -- I wrapped the JBLAS library and ended up with stellar > performance, about 3x faster than numpy. > > https://gist.github.com/264a2756fc657140fdb8 >
You might not be interested at this point, but you can get better performance than using the Incanter wrappers by just using Parallel Colt directly (I'm just using the Parallel Colt library from within Incanter by listing Incanter as a dependency in my project file). https://gist.github.com/1629970 I don't know what your machine specs are, but the times are within reason (3871 ms) on my MBP. Best regards, Brian Cooley -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
