# Fast-Base64
**Repository Path**: fools2015/Fast-Base64
## Basic Information
- **Project Name**: Fast-Base64
- **Description**: 手工实现的一个base64编码算法,性能优于dotnet自带函数, 仅 45 行代码
- **Primary Language**: C#
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2018-01-11
- **Last Updated**: 2024-03-15
## Categories & Tags
**Categories**: utils
**Tags**: None
## README
# Fast-Base64
an fast Base64 function by QQ:20437023
MIT License Copyright (c) 2018 zhangxx2015
# 手工实现的一个base64编码算法,性能优于dotnet自带函数, 仅 45 行代码
# A handmade Base64 coding algorithm, Performance is better than Convert.ToBase64String. only 45 lines.
### benchmark
target file size:144749672 bytes
result compare is:True
ms func proc elapse:1357 ms
my func proc elapse:249 ms