On Oct 6, 2011, at 4:44 AM, Jonathan Fischer Friberg wrote:

> thus enable all Clojure developers to have lightning
> fast Base64 encoding/decoding?
> 
> This is already possible, if you're using leiningen:
> put the file in src/util/ and compile, you can now call it as usual.

I've used the sun.misc implementations as a matter of course, and just pulled 
migbase64 into my project when performance was a consideration (in a different 
package!).  It is licensed under BSD, so doing so is unambiguously reasonable 
IMO.

I'm not sure I see the (practical) utility of a Clojure reimplementation in 
this case, especially since the API and semantics of any Java implementation 
will be sane (hard to botch a referentially-transparent byte[] <=> String spec).

- Chas

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to