An open API service indexing awesome lists of open source software.

https://github.com/mikeralphson/javascriptbase64

Automatically exported from code.google.com/p/javascriptbase64
https://github.com/mikeralphson/javascriptbase64

Last synced: 2 months ago
JSON representation

Automatically exported from code.google.com/p/javascriptbase64

Awesome Lists containing this project

README

        

# javascriptbase64
Automatically exported from code.google.com/p/javascriptbase64

This is a library that I created to facilitate screaming fast base64 encoding/decoding. All the other libraries/scripts that I found out there were very slow in comparison. My library is about 40% faster than anything I've ever found. I use this in AJAX calls to decode base64 encoded information.

Please let me know what you think and feel free to report bugs and make suggestions to make it faster.

Tested in Safari 3, Firefox 2-3, IE 6-7