> I threw a base64 encoder together a while ago when playing with the new > primitive stuff. Interesting to note that it is faster than the one in > Apache commons-codec. > > https://github.com/ataggart/codec/blob/master/src/codec/base64.clj
Do you want to make this the basis for an improved contrib? One thing I would like to see is a call that takes bytes,offset,length. When I care about fast I also care about not being forced to do an arraycopy. Stu Stuart Halloway Clojure/core http://clojure.com -- 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
