replikativ / hasch

Cross-platform (JVM and JS atm.) edn data structure hashing for Clojure.
Eclipse Public License 1.0
111 stars 13 forks source link

leverage java8 b64 encoder/decoder #7

Closed mpenet closed 5 years ago

mpenet commented 5 years ago

This ~doubles the performance of b64 encoding/decoding by leveraging java8 java.util.Base64. Not sure how much it is used but it's here in case we need it.

whilo commented 5 years ago

Thank you! :)