Skip to content

adic3x/wasmbenchserde

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Result i3 12100 @ win11dev@x86-64

(first run / second run, ms)

---Chrome 131---
JS JSON:            181 / 184
JS MsgPack:         193 / 187
Wasm/Rust JSON:    1442 / 209
Wasm/Rust MsgPack: 1689 /  90
Wasm/Rust MsgPack: 2108 /  83
// With opened cdevtools
Wasm/Rust MsgPack: 1789 / 264
Wasm/Rust MsgPack: 2268 / 251

---FF 133---
JS JSON:           196 / 184
JS MsgPack:        448 / 187
Wasm/Rust JSON:    272 / 242
Wasm/Rust MsgPack: 164 / 115
Wasm/Rust MsgPack: 147 / 100

---Win---
Rust JSON:    244 / 227
Rust MsgPack: 131 / 120
Rust MsgPack: 104 / 92

---wsl Ubuntu---
Rust JSON:    238 / 159
Rust MsgPack: 128 / 105
Rust MsgPack: 125 / 107
$wasm-pack build --release --target web // Already builded
docker-compose up
http://localhost:8080/index.html
Results in console

cd native
cargo build --release
./target/release/native.exe

About

WASM bench serde (json, msgpack)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published