Skip to content

Commit

Permalink
add README-CN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun authored Nov 2, 2023
1 parent ca9c310 commit f03d8ec
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README-CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# base64
[English](README.md) | 简体中文

使用SIMD指令加速的Base64实现。

[![ci](https://github.com/emmansun/base64/actions/workflows/ci.yml/badge.svg)](https://github.com/emmansun/base64/actions/workflows/ci.yml)
![GitHub go.mod Go version (branch)](https://img.shields.io/github/go-mod/go-version/emmansun/base64)

## 致谢
本项目的大部分纯Go代码源自 [golang base64](https://github.com/golang/go/tree/master/src/encoding/base64),本包的使用和Go语言的base64完全相同。

AMD64架构的SIMD实现 (特别是SSE版本)算法源自 [aklomp/base64](https://github.com/aklomp/base64)
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# base64
English | [简体中文](README-CN.md)

Base64 with SIMD acceleration

[![ci](https://github.com/emmansun/base64/actions/workflows/ci.yml/badge.svg)](https://github.com/emmansun/base64/actions/workflows/ci.yml)
Expand Down

0 comments on commit f03d8ec

Please sign in to comment.