Skip to content

simdutf/base64jsbench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Base64 JS Benchmark

This project benchmarks the native Uint8Array.toBase64() and Uint8Array.fromBase64() methods in JavaScript.

Requirements

  • Bun or Node.js version 25+ (for native support of the Base64 methods)

Installation

npm install

Running the Benchmark

With Node.js:

npm start

With Bun:

bun run benchmark.js

The benchmark will test encoding and decoding performance for various payload sizes and output results to the console.

About

Node.js/bun base64 benchmark

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published