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
- Host: GitHub
- URL: https://github.com/mikeralphson/javascriptbase64
- Owner: MikeRalphson
- License: mit
- Created: 2015-12-17T18:03:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-17T18:13:42.000Z (over 9 years ago)
- Last Synced: 2024-10-11T23:17:51.703Z (8 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# javascriptbase64
Automatically exported from code.google.com/p/javascriptbase64This 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