diff options
author | 2023-07-01 20:02:50 -0700 | |
---|---|---|
committer | 2023-07-01 20:02:50 -0700 | |
commit | 6cae6ebafeac4ec2698dc746838b91b2f079f65f (patch) | |
tree | 19b69c16306f78ea829c26eaaf9d4c8f6e1c54b7 /docs | |
parent | a2cca6e292d8e077306ba3b1b0c381a6441bbd61 (diff) | |
download | bun-6cae6ebafeac4ec2698dc746838b91b2f079f65f.tar.gz bun-6cae6ebafeac4ec2698dc746838b91b2f079f65f.tar.zst bun-6cae6ebafeac4ec2698dc746838b91b2f079f65f.zip |
Make `buffer.toString("base64")` 4x faster (#3486)
* Add libbase64
* Add bench
* Update licensing.md
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/project/licensing.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/project/licensing.md b/docs/project/licensing.md index ea49acb1d..ac7fef774 100644 --- a/docs/project/licensing.md +++ b/docs/project/licensing.md @@ -85,6 +85,11 @@ Bun statically links these libraries: --- +- [`libbase64`](https://github.com/aklomp/base64/blob/master/LICENSE) +- BSD 2-Clause + +--- + - A fork of [`uWebsockets`](https://github.com/jarred-sumner/uwebsockets) - Apache 2.0 licensed |