Skip to content

Commit b6d3427

Browse files
committed
Updated the README.md with new name: swift-base64-kit
1 parent 6224e13 commit b6d3427

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# swift-base64
1+
# swift-base64-kit
22

33
[![Swift 5.1](https://img.shields.io/badge/Swift-5.1-blue.svg)](https://swift.org/download/)
4-
[![github-actions](https://github.com/fabianfett/swift-base64/workflows/CI/badge.svg)](https://github.com/fabianfett/swift-base64/actions)
5-
[![codecov](https://codecov.io/gh/fabianfett/swift-base64/branch/master/graph/badge.svg)](https://codecov.io/gh/fabianfett/swift-base64)
4+
[![github-actions](https://github.com/fabianfett/swift-base64-kit/workflows/CI/badge.svg)](https://github.com/fabianfett/swift-base64/actions)
5+
[![codecov](https://codecov.io/gh/fabianfett/swift-base64-kit/branch/master/graph/badge.svg)](https://codecov.io/gh/fabianfett/swift-base64)
66
![macOS](https://img.shields.io/badge/os-macOS-green.svg?style=flat)
77
![tuxOS](https://img.shields.io/badge/os-tuxOS-green.svg?style=flat)
88

@@ -23,7 +23,7 @@ Everything began with [an issue](https://github.com/apple/swift-nio/issues/1265)
2323

2424
## Performance
2525

26-
Super [simple performance test](https://github.com/fabianfett/swift-base64/blob/master/Sources/Base64PerformanceTest/main.swift)
26+
Super [simple performance test](https://github.com/fabianfett/swift-base64-kit/blob/master/Sources/Base64KitPerformanceTest/main.swift)
2727
to ensure speediness of this implementation. Encoding and decoding 1m times the base64 string:
2828

2929
```
@@ -38,7 +38,7 @@ Quad Core 2,7 GHz Intel Core i7
3838
| | Encoding | Decoding |
3939
|:--|:--|:--|
4040
| Foundation | 2.21s | 2.28s |
41-
| swift-base64 | 1.01s | 1.06s |
41+
| swift-base64-kit | 1.01s | 1.06s |
4242
| Speedup | 2.18x | 2.14x |
4343

4444
#### linux
@@ -48,7 +48,7 @@ Whatevar runs GitHub Actions 😉
4848
| | Encoding | Decoding |
4949
|:--|:--|:--|
5050
| Foundation | 33.64s | 3.49s |
51-
| swift-base64 | 1.07s | 1.27s |
51+
| swift-base64-kit | 1.07s | 1.27s |
5252
| Speedup | **31.18x** | 2.74x |
5353

5454
I have no idea why Foundation base64 encoding is so slow on linux. 🤷‍♂️

0 commit comments

Comments
 (0)