Re: New Matrix Multiplication benchmarks - Neanderthal up to 60 times faster than core.matrix with Vectorz

2016-03-15 Thread Christopher Small
Ditto; same boat as Mars0i. I think the work Dragan has done is wonderful, and that he bears no responsibility to implement the core.matrix api himself. I'm also personally not interested in touching it without core.matrix support, because similarly for me, the performance/flexibility tradeoff

decrypting binary text with azjure

2016-03-15 Thread Clayton Haapala
Fairly noob Clojure user, here. I have a task to read two blocks of data from a file. The blocks were created as follows: Block 1: Plain UTF-8 text is blowfish-encrypted and then base64 encoded Block 2: UTF-8 text is gzip-compressed, then blowfish-encrypted, and then base64 encoded Goal is to

Re: Neanderthal 0.5.0 - much easier installation and out of the box Mac OS X support

2016-03-15 Thread Dragan Djuric
Forgot to add the link: http://neanderthal.uncomplicate.org/articles/getting_started.html On Tuesday, March 15, 2016 at 6:26:29 PM UTC+1, Dragan Djuric wrote: > > Most notable new features: > >- Streamlined dependencies: no longer need 2 dependencies in project >files. The dependency on

Re: [ANN] ClojureCL - OpenCL 2.0 Clojure library (GPGPU and high performance parallel computing)

2016-03-15 Thread Dragan Djuric
A few minor changes so Neanderthal can work better. New version of ClojureCL 0.5.0 has been released to Clojars Clojars. http://clojurecl.uncomplicate.org On Tuesday, March 15, 2016 at 1:32:34 AM UTC+1, Dragan Djuric wrote: > > New version of ClojureCL 0.4.0 has been released to Clojars Clojars.

Neanderthal 0.5.0 - much easier installation and out of the box Mac OS X support

2016-03-15 Thread Dragan Djuric
Most notable new features: - Streamlined dependencies: no longer need 2 dependencies in project files. The dependency on uncomplicate/neanderthal is enough - Comes with Mac OS X build out of the box. No need even for external ATLAS. - release and with-release moved from ClojureC

Jepsen testing Onyx

2016-03-15 Thread Michael Drogalis
Hi everyone, We're happy to share that we've been busy Jepsen testing Onyx over the last few months. We've written a blog post to share the results with how we did it, what we found, and how we fixed problematic areas: Blog post: http://www.onyxplatform.org/jekyll/update/2016/03/15/Onyx-Straps-

Re: New Matrix Multiplication benchmarks - Neanderthal up to 60 times faster than core.matrix with Vectorz

2016-03-15 Thread Bobby Bobble
I'm in the same boat as Mars0i in that I've written a load of code with core.matrix, which I'm happy with and which I will never have time to rewrite for Neanderthal. If I had a new project that was performance-critical I might bother to learn Neanderthal but for my existing project, speed is s

Re: changes in logging in 1.8?

2016-03-15 Thread Nicola Mometto
Unlikely, as the default behaviour hasn't changed. Nicola > On 15 Mar 2016, at 12:27, Stuart Sierra wrote: > > Not sure, but possible related to http://dev.clojure.org/jira/browse/CLJ-1208 > "Namespace is not loaded on defrecord class init" > –S > > On Friday, March 11, 2016 at 12:20:44 AM UT

Re: changes in logging in 1.8?

2016-03-15 Thread Stuart Sierra
Not sure, but possible related to http://dev.clojure.org/jira/browse/CLJ-1208 "Namespace is not loaded on defrecord class init" –S On Friday, March 11, 2016 at 12:20:44 AM UTC-5, Andy L wrote: > > Hi, > > I noticed that after upgrade to Clojure 1.8.0 (from 1.7.0) a weird > occurrence of loggin

Re: Including debugging information for Clojure code

2016-03-15 Thread Jason Gilman
Thanks for the information. I'll check those out. For others trying to solve the same problem I also found what looks like the relevant code within Counter Clockwise https://github.com/laurentpetit/ccw/blob/fb3a5467087cbe76d6b4fafe36ba7b97f5564228/ccw.core/src/java/ccw/debug/ClojureLineBreakpointAd